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

Author: Vinson Lee <[email protected]>
Date:   Thu Jul 29 23:50:32 2010 -0700

mesa: Add missing header to fboject.h.

Add mtypes.h for GLcontext symbol.

---

 src/mesa/main/fbobject.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h
index 5215e93..9850ee9 100644
--- a/src/mesa/main/fbobject.h
+++ b/src/mesa/main/fbobject.h
@@ -26,6 +26,7 @@
 #ifndef FBOBJECT_H
 #define FBOBJECT_H
 
+#include "mtypes.h"
 
 extern void
 _mesa_init_fbobjects(GLcontext *ctx);

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

Reply via email to