Mesa (master): mesa: Add missing headers to debug.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 05:41:23 UTC 2010


Module: Mesa
Branch: master
Commit: 989c60bc9221e0918153a29206c786514c4a5f3d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=989c60bc9221e0918153a29206c786514c4a5f3d

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jul 29 22:41:03 2010 -0700

mesa: Add missing headers to debug.h.

---

 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 0449cb1..b517cc8 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 );




More information about the mesa-commit mailing list