summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-06 09:48:37 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-06 09:48:37 -0700
commit2ed6604f50bc06cfd44b429f476588381113db9c (patch)
tree596f816eb933c0ee2f7e8707a3592b27402e7f58 /src
parentc0235d0a24da82304f7f23936c71032c0a9a7ce1 (diff)
gallium: #include p_debug.h since we use assert
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/p_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_util.h b/src/mesa/pipe/p_util.h
index 991ac447ba..469920efee 100644
--- a/src/mesa/pipe/p_util.h
+++ b/src/mesa/pipe/p_util.h
@@ -29,6 +29,7 @@
#define P_UTIL_H
#include "p_compiler.h"
+#include "p_debug.h"
#include <math.h>