diff options
author | Vinson Lee <[email protected]> | 2010-07-29 22:41:03 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-29 22:41:03 -0700 |
commit | 989c60bc9221e0918153a29206c786514c4a5f3d (patch) | |
tree | 7b4c604e5472751e74899118f02be4c2dc1984e0 /src/mesa/main/debug.h | |
parent | dfc7b7212f57080d18c4d1122435c4c4575694c7 (diff) |
mesa: Add missing headers to debug.h.
Diffstat (limited to 'src/mesa/main/debug.h')
-rw-r--r-- | src/mesa/main/debug.h | 3 |
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 ); |