summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-24 23:50:45 -0700
committerVinson Lee <vlee@vmware.com>2010-08-24 23:50:45 -0700
commit72ae834fa16a32cc58ae7a93e74f6e11822fcac0 (patch)
tree581fc6c4760fe9b8f41f5e938d8ec3f158ccbefc /src/gallium/auxiliary
parent0ae6b30c147e6a237cd4e6338975e46de5a95565 (diff)
gallivm: Include missing header in lp_bld_pack.h.
Include p_compiler.h for boolean symbol.
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_pack.h2
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 e470082b97..e947b90d16 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"