gallium: #include p_debug.h since we use assert
authorBrian <brian.paul@tungstengraphics.com>
Wed, 6 Feb 2008 16:48:37 +0000 (09:48 -0700)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:32 +0000 (13:50 +1100)
src/mesa/pipe/p_util.h

index 991ac44..469920e 100644 (file)
@@ -29,6 +29,7 @@
 #define P_UTIL_H
 
 #include "p_compiler.h"
+#include "p_debug.h"
 #include <math.h>