Module: Mesa
Branch: master
Commit: 9f7e7ce7572d1ab370def14db8be7059869cda29
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f7e7ce7572d1ab370def14db8be7059869cda29

Author: Vinson Lee <[email protected]>
Date:   Wed Aug  4 15:32:53 2010 -0700

st/mesa: Add missing headers in st_cb_flush.h.

Add forward declarations.
Include p_compiler.h for uint symbol.

---

 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 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);
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to