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

Author: Vinson Lee <v...@vmware.com>
Date:   Thu Aug  5 00:52:30 2010 -0700

st/mesa: Add missing headers to st_draw.h.

---

 src/mesa/state_tracker/st_draw.h |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/mesa/state_tracker/st_draw.h b/src/mesa/state_tracker/st_draw.h
index 3e0face..f361844 100644
--- a/src/mesa/state_tracker/st_draw.h
+++ b/src/mesa/state_tracker/st_draw.h
@@ -34,8 +34,13 @@
 #ifndef ST_DRAW_H
 #define ST_DRAW_H
 
-struct _mesa_prim;
+#include "main/compiler.h"
+#include "main/glheader.h"
+#include "main/mtypes.h"
+
 struct _mesa_index_buffer;
+struct _mesa_prim;
+struct st_context;
 
 void st_init_draw( struct st_context *st );
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to