mesa: Include missing header in prog_optimize.h.
authorVinson Lee <vlee@vmware.com>
Thu, 12 Aug 2010 07:18:06 +0000 (00:18 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 12 Aug 2010 07:18:33 +0000 (00:18 -0700)
Include mtypes.h for GLcontext symbol.

src/mesa/program/prog_optimize.h

index 43894a2723772f34cca1a397880c8da867a10d20..06cd9cb2c2046667b38a531185b159eae415b8b3 100644 (file)
@@ -27,6 +27,7 @@
 
 
 #include "main/config.h"
+#include "main/mtypes.h"
 
 
 struct gl_program;