From: Vinson Lee Date: Wed, 4 Aug 2010 22:32:53 +0000 (-0700) Subject: st/mesa: Add missing headers in st_cb_flush.h. X-Git-Tag: 062012170305~10974 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f7e7ce7572d1ab370def14db8be7059869cda29;p=profile%2Fivi%2Fmesa.git st/mesa: Add missing headers in st_cb_flush.h. Add forward declarations. Include p_compiler.h for uint symbol. --- diff --git a/src/mesa/state_tracker/st_cb_flush.h b/src/mesa/state_tracker/st_cb_flush.h index 7fca017..7672b4c 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);