Mesa (master): graw: Include missing header in graw_dl.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 26 08:15:18 UTC 2010


Module: Mesa
Branch: master
Commit: 2badf0f6422208fd004ae62a58d2b5cdb2c2a174
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2badf0f6422208fd004ae62a58d2b5cdb2c2a174

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 26 01:14:28 2010 -0700

graw: Include missing header in graw_dl.h.

Include p_state.h for pipe_shader_state symbol.

---

 src/gallium/include/state_tracker/graw_dl.h |    5 +++--
 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 0b326ca..3c5c3d8 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;




More information about the mesa-commit mailing list