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

Author: Vinson Lee <[email protected]>
Date:   Wed Aug  4 20:58:22 2010 -0700

st/mesa: Add missing header in st_cb_xformfb.h.

---

 src/mesa/state_tracker/st_cb_xformfb.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_xformfb.h 
b/src/mesa/state_tracker/st_cb_xformfb.h
index 50efcb9..574cf48 100644
--- a/src/mesa/state_tracker/st_cb_xformfb.h
+++ b/src/mesa/state_tracker/st_cb_xformfb.h
@@ -29,6 +29,10 @@
 #define ST_CB_XFORMFB_H
 
 
+#include "main/compiler.h"
+
+struct dd_function_table;
+
 #if FEATURE_EXT_transform_feedback
 
 extern void

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

Reply via email to