From: José Fonseca Date: Tue, 8 Nov 2011 17:09:37 +0000 (+0000) Subject: gallivm: Include stddef.h before the LLVM C++ headers. X-Git-Tag: 062012170305~3167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34930facfe11ef6e322c276295ddf884d36de11c;p=profile%2Fivi%2Fmesa.git gallivm: Include stddef.h before the LLVM C++ headers. Necessary with build against LLVM 2.6, with recent gcc, as LLVM headers depend on ptrdiff_t but don't properly include stddef.h --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp index b685c08..62825a2 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp @@ -25,6 +25,8 @@ * **************************************************************************/ +#include + #include #include #include diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index 85fabc5..222241a 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp @@ -34,6 +34,8 @@ #define __STDC_CONSTANT_MACROS #endif +#include + #include #include #include