Mesa (master): st/mesa: Add missing header in st_cb_xformfb.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 5 03:58:44 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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




More information about the mesa-commit mailing list