Mesa (master): llvm: fix compile on gcc 4.4

Dave Airlie airlied at kemper.freedesktop.org
Mon Jun 8 08:27:43 UTC 2009


Module: Mesa
Branch: master
Commit: 8064a517b24169fa2b03f27bf70e3d62f54c830d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8064a517b24169fa2b03f27bf70e3d62f54c830d

Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jun  8 18:17:21 2009 +1000

llvm: fix compile on gcc 4.4

---

 src/gallium/auxiliary/gallivm/instructionssoa.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/instructionssoa.cpp b/src/gallium/auxiliary/gallivm/instructionssoa.cpp
index 925e948..2d2af30 100644
--- a/src/gallium/auxiliary/gallivm/instructionssoa.cpp
+++ b/src/gallium/auxiliary/gallivm/instructionssoa.cpp
@@ -24,6 +24,8 @@
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  **************************************************************************/
+
+#include <cstdio>
 #include "instructionssoa.h"
 
 #include "storagesoa.h"




More information about the mesa-commit mailing list