diff options
author | Brian <[email protected]> | 2008-02-06 09:48:37 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-06 09:48:37 -0700 |
commit | 2ed6604f50bc06cfd44b429f476588381113db9c (patch) | |
tree | 596f816eb933c0ee2f7e8707a3592b27402e7f58 /src/mesa | |
parent | c0235d0a24da82304f7f23936c71032c0a9a7ce1 (diff) |
gallium: #include p_debug.h since we use assert
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/p_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_util.h b/src/mesa/pipe/p_util.h index 991ac447bac..469920efee3 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> |