graw: Include p_shader_tokens.h for tgsi_token struct.
authorVinson Lee <vlee@vmware.com>
Thu, 30 Dec 2010 09:49:26 +0000 (01:49 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 30 Dec 2010 09:49:26 +0000 (01:49 -0800)
src/gallium/targets/graw-null/graw_util.c

index e5cf526..09cba89 100644 (file)
@@ -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"