summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-30 01:49:26 -0800
committerVinson Lee <vlee@vmware.com>2010-12-30 01:49:26 -0800
commit8bfb9061b775ecf5d5c485b8ad2838f53990a976 (patch)
treecc2c64afcb0cb3b87e5bdd569406f22a0752ebe6 /src/gallium/targets
parent20a0f342833b61ebbfb0b8c622fd0c18fad59b7d (diff)
graw: Include p_shader_tokens.h for tgsi_token struct.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/graw-null/graw_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/graw-null/graw_util.c b/src/gallium/targets/graw-null/graw_util.c
index e5cf526d33..09cba895d2 100644
--- a/src/gallium/targets/graw-null/graw_util.c
+++ b/src/gallium/targets/graw-null/graw_util.c
@@ -1,6 +1,7 @@
#include "pipe/p_compiler.h"
#include "pipe/p_context.h"
+#include "pipe/p_shader_tokens.h"
#include "pipe/p_state.h"
#include "tgsi/tgsi_text.h"
#include "util/u_debug.h"