projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5a077
)
mesa: Include missing header in prog_cache.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 07:35:34 +0000
(
00:35
-0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_cache.h
b/src/mesa/program/prog_cache.h
index 4e1ccac03ff7a167389ea268860029add039b81a..bfe8f99d4457df4e3751c4a50262e4e823ea50c1 100644
(file)
--- 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;