summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-02-21 10:07:58 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2008-02-21 19:17:27 +0000
commit4339744c1676f925d42251bd32795bba9928cd5f (patch)
tree5432a9d027268198dc6fdf3436039f52e6cf446f /src
parent30479ef11004c9498c4ef09048efc56227f104cc (diff)
[PATCH] gallium: include p_compiler.h for boolean defn
Diffstat (limited to 'src')
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index 3ce35310f6..10c47e0ef0 100644
--- a/src/gallium/include/pipe/p_shader_tokens.h
+++ b/src/gallium/include/pipe/p_shader_tokens.h
@@ -5,6 +5,8 @@
extern "C" {
#endif // defined __cplusplus
+#include "p_compiler.h"
+
struct tgsi_version
{
unsigned MajorVersion : 8;