mesa: Add missing header to framebuffer.h.
authorVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 06:53:13 +0000 (23:53 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 06:53:13 +0000 (23:53 -0700)
Include mtypes.h for GLvisual and GLcontext symbols.

src/mesa/main/framebuffer.h

index 1b6e3b1..2e98442 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef FRAMEBUFFER_H
 #define FRAMEBUFFER_H
 
+#include "mtypes.h"
 
 extern struct gl_framebuffer *
 _mesa_create_framebuffer(const GLvisual *visual);