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 1b6e3b1f0cbe93241768c2c979f75840923f443a..2e9844282f8733cc08969587f3ed5524b57942c9 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);