mesa: Include missing header in st_get_mipmap.h.
authorVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 08:23:05 +0000 (01:23 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 08:23:46 +0000 (01:23 -0700)
Include mtypes.h for GLcontext symbol.
Add forward declaration for st_context.

src/mesa/state_tracker/st_gen_mipmap.h

index 00fbae9..016bf3f 100644 (file)
 #define ST_GEN_MIPMAP_H
 
 
+#include "main/mtypes.h"
+
+struct st_context;
+
 extern void
 st_init_generate_mipmap(struct st_context *st);