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

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 4 23:13:57 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug  4 16:13:15 2010 -0700

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

Include mtypes.h for GLcontext symbol.

---

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

diff --git a/src/mesa/state_tracker/st_cb_program.h b/src/mesa/state_tracker/st_cb_program.h
index 0de96f2..0fd179e 100644
--- a/src/mesa/state_tracker/st_cb_program.h
+++ b/src/mesa/state_tracker/st_cb_program.h
@@ -29,6 +29,10 @@
 #define ST_CB_PROGRAM_H
 
 
+#include "main/mtypes.h"
+
+struct dd_function_table;
+
 extern void
 st_init_program_functions(struct dd_function_table *functions);
 




More information about the mesa-commit mailing list