diff options
-rw-r--r-- | src/mesa/main/image.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 023284a9fb..005fbccbeb 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -27,8 +27,10 @@ #define IMAGE_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context; +struct gl_pixelstore_attrib; extern void _mesa_swap2( GLushort *p, GLuint n ); |