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 e5cf526d33a02b49ea5823a4c265e8b1df5c1cad..09cba895d2a8f334cc5345c4acba6dd4830b848f 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"