Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver tree
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Wed, 2 Jul 2008 13:22:47 +0000 (06:22 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 2 Jul 2008 13:22:47 +0000 (06:22 -0700)
src/mesa/glapi/glapi.c

index c4d101a..94a8043 100644 (file)
@@ -63,6 +63,9 @@
 
 #include <stdlib.h>
 #include <string.h>
+#ifdef DEBUG
+#include <assert.h>
+#endif
 
 #include "glapi.h"
 #include "glapioffsets.h"