Module: Mesa Branch: master Commit: 20d85865ec75f2cf2ae2a62ed3cf419e9af3eca3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20d85865ec75f2cf2ae2a62ed3cf419e9af3eca3
Author: Vinson Lee <[email protected]> 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
