graw: Include missing header in graw_dl.h.
authorVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 08:14:28 +0000 (01:14 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 08:14:28 +0000 (01:14 -0700)
Include p_state.h for pipe_shader_state symbol.

src/gallium/include/state_tracker/graw_dl.h

index 0b326ca9f1d82462a258625e941b3d0865b05bdf..3c5c3d86473d9185f32b3218dbcdfa4842f36806 100644 (file)
  * those for parsing text representations of TGSI shaders.
  */
 
+#include  <stdio.h>
 #include "pipe/p_compiler.h"
-#include "pipe/p_format.h"
 #include "pipe/p_context.h"
+#include "pipe/p_format.h"
+#include "pipe/p_state.h"
 #include "util/u_dl.h"
 #include "tgsi/tgsi_text.h"
-#include  <stdio.h>
 
 
 struct pipe_screen;