st/mesa: Add missing headers to st_draw.h.
authorVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 07:52:30 +0000 (00:52 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 07:52:30 +0000 (00:52 -0700)
src/mesa/state_tracker/st_draw.h

index 3e0face656b0a040cdcc8d6b4cac759d5a9fd5a3..f36184487a6285c974e9bd1205d56c495a1e3ae3 100644 (file)
 #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 );