mesa: Include missing header in prog_cache.h.
authorVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 07:35:34 +0000 (00:35 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 07:35:34 +0000 (00:35 -0700)
Include mtypes.h for GLcontext symbol.

src/mesa/program/prog_cache.h

index 4e1ccac..bfe8f99 100644 (file)
@@ -30,6 +30,9 @@
 #define PROG_CACHE_H
 
 
+#include "main/mtypes.h"
+
+
 /** Opaque type */
 struct gl_program_cache;