st/mesa: Add missing header in st_context.c.
authorVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 04:17:13 +0000 (21:17 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 04:17:13 +0000 (21:17 -0700)
src/mesa/state_tracker/st_context.c

index 7eb5f32..820f584 100644 (file)
@@ -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"