diff options
author | Keith Whitwell <[email protected]> | 2008-02-21 10:07:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-02-21 19:17:27 +0000 |
commit | 4339744c1676f925d42251bd32795bba9928cd5f (patch) | |
tree | 5432a9d027268198dc6fdf3436039f52e6cf446f /src | |
parent | 30479ef11004c9498c4ef09048efc56227f104cc (diff) |
[PATCH] gallium: include p_compiler.h for boolean defn
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 2 |
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 3ce35310f6d..10c47e0ef03 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; |