summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-04 16:59:12 -0700
committerVinson Lee <vlee@vmware.com>2010-08-04 17:00:23 -0700
commite857293299c5bc38de683f199fe1ec7833aff61c (patch)
tree3583e89d238b0ccd0d0f1962fea89d12fc560fc8
parentbc578caefb29cb9d1720d51698e2cd23ee490c44 (diff)
st/mesa: Add missing headers in st_cb_texture.h.
-rw-r--r--src/mesa/state_tracker/st_cb_texture.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_texture.h b/src/mesa/state_tracker/st_cb_texture.h
index 1cd9fc3a50f..6942478e815 100644
--- a/src/mesa/state_tracker/st_cb_texture.h
+++ b/src/mesa/state_tracker/st_cb_texture.h
@@ -30,6 +30,13 @@
#define ST_CB_TEXTURE_H
+#include "main/glheader.h"
+#include "main/mtypes.h"
+
+struct dd_function_table;
+struct pipe_context;
+struct st_context;
+
extern GLboolean
st_finalize_texture(GLcontext *ctx,
struct pipe_context *pipe,