Mesa (master): gallivm: Include missing header in lp_bld_pack.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 25 06:51:19 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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"
 
 




More information about the mesa-commit mailing list