OSDN Git Service

st/mesa: Include mtypes.h in st_cb_drawpixels.c.
authorVinson Lee <vlee@vmware.com>
Thu, 6 Jan 2011 00:34:29 +0000 (16:34 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 6 Jan 2011 00:34:29 +0000 (16:34 -0800)
Include mtypes.h for gl_context symbol.

src/mesa/state_tracker/st_cb_drawpixels.c

index 1fc4768..ea6d021 100644 (file)
@@ -34,6 +34,7 @@
 #include "main/image.h"
 #include "main/bufferobj.h"
 #include "main/macros.h"
+#include "main/mtypes.h"
 #include "main/pack.h"
 #include "main/texformat.h"
 #include "main/texstore.h"