From c6466f599c35c8d61fceda289df1b683dd9a3656 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 29 Jul 2010 23:50:32 -0700 Subject: mesa: Add missing header to fboject.h. Add mtypes.h for GLcontext symbol. --- src/mesa/main/fbobject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/fbobject.h') diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 5215e930f9..9850ee9aa2 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); -- cgit v1.2.3