diff options
author | Vinson Lee <[email protected]> | 2010-08-04 15:32:53 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-04 15:32:53 -0700 |
commit | 9f7e7ce7572d1ab370def14db8be7059869cda29 (patch) | |
tree | b60e1b776c04d9a1bb640901341dbf892561cec5 /src | |
parent | 85dbb2904bbcab5bad65cc267daafd6ebcf32ded (diff) |
st/mesa: Add missing headers in st_cb_flush.h.
Add forward declarations.
Include p_compiler.h for uint symbol.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/state_tracker/st_cb_flush.h | 6 |
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 7fca0176a30..7672b4cf1da 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); |