Mesa (master): st/mesa: Include mtypes.h in st_cb_drawpixels.c.

Vinson Lee vlee at kemper.freedesktop.org
Thu Jan 6 00:35:35 UTC 2011


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Jan  5 16:34:29 2011 -0800

st/mesa: Include mtypes.h in st_cb_drawpixels.c.

Include mtypes.h for gl_context symbol.

---

 src/mesa/state_tracker/st_cb_drawpixels.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_drawpixels.c
index 1fc4768..ea6d021 100644
--- a/src/mesa/state_tracker/st_cb_drawpixels.c
+++ b/src/mesa/state_tracker/st_cb_drawpixels.c
@@ -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"




More information about the mesa-commit mailing list