From 8bfb9061b775ecf5d5c485b8ad2838f53990a976 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 30 Dec 2010 01:49:26 -0800 Subject: graw: Include p_shader_tokens.h for tgsi_token struct. --- src/gallium/targets/graw-null/graw_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/graw-null') 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" -- cgit v1.2.3