projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0989e9
)
st/mesa: Add missing header in st_context.c.
author
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 04:17:13 +0000
(21:17 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 04:17:13 +0000
(21:17 -0700)
src/mesa/state_tracker/st_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_context.c
b/src/mesa/state_tracker/st_context.c
index 7eb5f32611d7f1363382caca793c1cf45bc3dfee..820f58479766e4f321386b76b1938d2999f07490 100644
(file)
--- a/
src/mesa/state_tracker/st_context.c
+++ b/
src/mesa/state_tracker/st_context.c
@@
-28,6
+28,7
@@
#include "main/imports.h"
#include "main/context.h"
#include "main/shaderobj.h"
+#include "program/prog_cache.h"
#include "vbo/vbo.h"
#include "glapi/glapi.h"
#include "st_context.h"