Module: Mesa Branch: master Commit: 2f30a83ea88d8e062be5e9cf3bbdd8ab618130cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f30a83ea88d8e062be5e9cf3bbdd8ab618130cc
Author: Vinson Lee <[email protected]> Date: Fri Jul 30 23:32:32 2010 -0700 mesa: Include missing header in pixelstore.h. Include mtypes.h for GLcontext symbol. --- 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 ee963f9..47bff42 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
