diff options
author | Vinson Lee <[email protected]> | 2010-07-30 23:32:32 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-30 23:32:32 -0700 |
commit | 2f30a83ea88d8e062be5e9cf3bbdd8ab618130cc (patch) | |
tree | 03c3f882edfe637574e182f432c7a761ef3ec4aa /src/mesa/main/pixelstore.h | |
parent | 378b8df47acd2c85c6cc0ea6f22d2994e4a2ee77 (diff) |
mesa: Include missing header in pixelstore.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/main/pixelstore.h')
-rw-r--r-- | src/mesa/main/pixelstore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h index ee963f9ba3c..47bff4276d1 100644 --- a/src/mesa/main/pixelstore.h +++ b/src/mesa/main/pixelstore.h @@ -33,6 +33,7 @@ #include "glheader.h" +#include "mtypes.h" extern void GLAPIENTRY |