From: Vinson Lee Date: Fri, 30 Jul 2010 05:41:03 +0000 (-0700) Subject: mesa: Add missing headers to debug.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=989c60bc9221e0918153a29206c786514c4a5f3d;p=mesa.git mesa: Add missing headers to debug.h. --- diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index 0449cb1798a..b517cc8259f 100644 --- a/src/mesa/main/debug.h +++ b/src/mesa/main/debug.h @@ -36,6 +36,9 @@ #ifndef _DEBUG_H #define _DEBUG_H +#include "glheader.h" +#include "mtypes.h" + #if _HAVE_FULL_GL extern void _mesa_print_tri_caps( const char *name, GLuint flags );