mesa: Add missing headers to debug.h.
authorVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 05:41:03 +0000 (22:41 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 05:41:03 +0000 (22:41 -0700)
src/mesa/main/debug.h

index 0449cb1798a571a61fc3a803f927179804592f3e..b517cc8259f51f180cebd9251ef13c2a841de44b 100644 (file)
@@ -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 );