diff options
author | Vinson Lee <[email protected]> | 2011-01-05 16:34:29 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-05 16:34:29 -0800 |
commit | 20d85865ec75f2cf2ae2a62ed3cf419e9af3eca3 (patch) | |
tree | 08640454b1695f54ce127db42e5a28b7dbfa0865 /src | |
parent | 1b18b45d79e065e4e05a1e89e9d756d96258ded5 (diff) |
st/mesa: Include mtypes.h in st_cb_drawpixels.c.
Include mtypes.h for gl_context symbol.
Diffstat (limited to 'src')
-rw-r--r-- | 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 1fc47688e4a..ea6d021c010 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" |