From: Vinson Lee Date: Fri, 30 Jul 2010 06:50:32 +0000 (-0700) Subject: mesa: Add missing header to fboject.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6466f599c35c8d61fceda289df1b683dd9a3656;p=mesa.git mesa: Add missing header to fboject.h. Add mtypes.h for GLcontext symbol. --- diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 5215e930f95..9850ee9aa23 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);