From: Vinson Lee Date: Fri, 30 Jul 2010 06:53:13 +0000 (-0700) Subject: mesa: Add missing header to framebuffer.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95e3832b53e28f2b771194829a9ec696a5801e9e;p=mesa.git mesa: Add missing header to framebuffer.h. Include mtypes.h for GLvisual and GLcontext symbols. --- diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h index 1b6e3b1f0cb..2e9844282f8 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);