diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-06 09:48:37 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:32 +1100 |
commit | 0af89a60b436efe74d9ac381516776438861fe52 (patch) | |
tree | 8d393ef18b8e5922fffc7e0e17a07046ec3773c6 /src/mesa | |
parent | 8ce9d29df9a8b0a43c60d946c85e2c871e12e911 (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 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> |