summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-04 15:32:53 -0700
committerVinson Lee <vlee@vmware.com>2010-08-04 15:32:53 -0700
commit9f7e7ce7572d1ab370def14db8be7059869cda29 (patch)
treeb60e1b776c04d9a1bb640901341dbf892561cec5
parent85dbb2904bbcab5bad65cc267daafd6ebcf32ded (diff)
st/mesa: Add missing headers in st_cb_flush.h.
Add forward declarations. Include p_compiler.h for uint symbol.
-rw-r--r--src/mesa/state_tracker/st_cb_flush.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_flush.h b/src/mesa/state_tracker/st_cb_flush.h
index 7fca0176a3..7672b4cf1d 100644
--- a/src/mesa/state_tracker/st_cb_flush.h
+++ b/src/mesa/state_tracker/st_cb_flush.h
@@ -30,6 +30,12 @@
#define ST_CB_FLUSH_H
+#include "pipe/p_compiler.h"
+
+struct dd_function_table;
+struct pipe_fence_handle;
+struct st_context;
+
extern void
st_init_flush_functions(struct dd_function_table *functions);