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

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

mesa: Add missing header to framebuffer.h.

Include mtypes.h for GLvisual and GLcontext symbols.

---

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

diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h
index 1b6e3b1..2e98442 100644
--- a/src/mesa/main/framebuffer.h
+++ b/src/mesa/main/framebuffer.h
@@ -26,6 +26,7 @@
 #ifndef FRAMEBUFFER_H
 #define FRAMEBUFFER_H
 
+#include "mtypes.h"
 
 extern struct gl_framebuffer *
 _mesa_create_framebuffer(const GLvisual *visual);

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

Reply via email to