st/mesa: Add missing headers in st_cb_flush.h.
authorVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 22:32:53 +0000 (15:32 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 22:32:53 +0000 (15:32 -0700)
Add forward declarations.
Include p_compiler.h for uint symbol.

src/mesa/state_tracker/st_cb_flush.h

index 7fca017..7672b4c 100644 (file)
 #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);