gallivm: Include missing header in lp_bld_pack.h.
authorVinson Lee <vlee@vmware.com>
Wed, 25 Aug 2010 06:50:45 +0000 (23:50 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 25 Aug 2010 06:50:45 +0000 (23:50 -0700)
Include p_compiler.h for boolean symbol.

src/gallium/auxiliary/gallivm/lp_bld_pack.h

index e470082..e947b90 100644 (file)
@@ -37,6 +37,8 @@
 #define LP_BLD_PACK_H
 
 
+#include "pipe/p_compiler.h"
+
 #include "gallivm/lp_bld.h"