[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 3ce3531..10c47e0 100644 (file)
@@ -5,6 +5,8 @@
 extern "C" {
 #endif // defined __cplusplus
 
+#include "p_compiler.h"
+
 struct tgsi_version
 {
    unsigned MajorVersion  : 8;