[PATCH] gallium: include p_compiler.h for boolean defn
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 21 Feb 2008 10:07:58 +0000 (10:07 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 21 Feb 2008 19:17:27 +0000 (19:17 +0000)
src/gallium/include/pipe/p_shader_tokens.h

index 3ce35310f6d0a48364e383d533c10f0099ed2486..10c47e0ef03a95a28a561f159f168f97902882b6 100644 (file)
@@ -5,6 +5,8 @@
 extern "C" {
 #endif // defined __cplusplus
 
+#include "p_compiler.h"
+
 struct tgsi_version
 {
    unsigned MajorVersion  : 8;