Mesa (master): mesa: Add missing header to fboject.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 06:51:08 UTC 2010


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

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




More information about the mesa-commit mailing list