From 989c60bc9221e0918153a29206c786514c4a5f3d Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 29 Jul 2010 22:41:03 -0700 Subject: mesa: Add missing headers to debug.h. --- src/mesa/main/debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main') diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index 0449cb1798..b517cc8259 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 ); -- cgit v1.2.3