summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-11 00:35:34 -0700
committerVinson Lee <vlee@vmware.com>2010-08-11 00:35:34 -0700
commit2a5bf7b4d269d4232367747c9484b7c182db3a24 (patch)
tree5ba149002658b10b490e9da533070cbb1a62a544
parent1c5a077e1b6bbf612500e1745866aa91ea161286 (diff)
mesa: Include missing header in prog_cache.h.
Include mtypes.h for GLcontext symbol.
-rw-r--r--src/mesa/program/prog_cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/program/prog_cache.h b/src/mesa/program/prog_cache.h
index 4e1ccac03ff..bfe8f99d445 100644
--- a/src/mesa/program/prog_cache.h
+++ b/src/mesa/program/prog_cache.h
@@ -30,6 +30,9 @@
#define PROG_CACHE_H
+#include "main/mtypes.h"
+
+
/** Opaque type */
struct gl_program_cache;