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 1fc47688e4ab49e9035892c8d15416f31c12453d..ea6d021c010b6e055c8bb92f77481d9623e5c1ef 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"