tgsi: Include missing header in tgsi_parse.h.
authorVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:34:32 +0000 (00:34 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:34:32 +0000 (00:34 -0700)
Include p_compiler.h for boolean and INLINE symbols.

src/gallium/auxiliary/tgsi/tgsi_parse.h

index bb2bb0d3d3f8c726001129bf26e99c2ad27a14bf..d4df5851764e91664e02747ad1c6635ab934767a 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef TGSI_PARSE_H
 #define TGSI_PARSE_H
 
+#include "pipe/p_compiler.h"
 #include "pipe/p_shader_tokens.h"
 
 #if defined __cplusplus