projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfc7b72
)
mesa: Add missing headers to debug.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 05:41:03 +0000
(22:41 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 05:41:03 +0000
(22:41 -0700)
src/mesa/main/debug.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/debug.h
b/src/mesa/main/debug.h
index 0449cb1798a571a61fc3a803f927179804592f3e..b517cc8259f51f180cebd9251ef13c2a841de44b 100644
(file)
--- 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 );