summaryrefslogtreecommitdiff
path: root/src/gallium/include
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-26 01:14:28 -0700
committerVinson Lee <vlee@vmware.com>2010-08-26 01:14:28 -0700
commit2badf0f6422208fd004ae62a58d2b5cdb2c2a174 (patch)
tree93289ebdec15f98ea7353d15df89ca01f602b2ad /src/gallium/include
parent57ce0de8cbdf09d7322e3930c25c0ba5e82ff2a9 (diff)
graw: Include missing header in graw_dl.h.
Include p_state.h for pipe_shader_state symbol.
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/state_tracker/graw_dl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/include/state_tracker/graw_dl.h b/src/gallium/include/state_tracker/graw_dl.h
index 0b326ca9f1..3c5c3d8647 100644
--- a/src/gallium/include/state_tracker/graw_dl.h
+++ b/src/gallium/include/state_tracker/graw_dl.h
@@ -14,12 +14,13 @@
* 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;