Module: Mesa Branch: master Commit: 72ae834fa16a32cc58ae7a93e74f6e11822fcac0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72ae834fa16a32cc58ae7a93e74f6e11822fcac0
Author: Vinson Lee <[email protected]> Date: Tue Aug 24 23:50:45 2010 -0700 gallivm: Include missing header in lp_bld_pack.h. Include p_compiler.h for boolean symbol. --- src/gallium/auxiliary/gallivm/lp_bld_pack.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_pack.h b/src/gallium/auxiliary/gallivm/lp_bld_pack.h index e470082..e947b90 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_pack.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_pack.h @@ -37,6 +37,8 @@ #define LP_BLD_PACK_H +#include "pipe/p_compiler.h" + #include "gallivm/lp_bld.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
