summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-29 22:41:03 -0700
committerVinson Lee <vlee@vmware.com>2010-07-29 22:41:03 -0700
commit989c60bc9221e0918153a29206c786514c4a5f3d (patch)
tree7b4c604e5472751e74899118f02be4c2dc1984e0
parentdfc7b7212f57080d18c4d1122435c4c4575694c7 (diff)
mesa: Add missing headers to debug.h.
-rw-r--r--src/mesa/main/debug.h3
1 files changed, 3 insertions, 0 deletions
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 );