From 2f30a83ea88d8e062be5e9cf3bbdd8ab618130cc Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 30 Jul 2010 23:32:32 -0700 Subject: mesa: Include missing header in pixelstore.h. Include mtypes.h for GLcontext symbol. --- src/mesa/main/pixelstore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main') diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h index ee963f9ba3..47bff4276d 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 -- cgit v1.2.3