diff options
author | Corbin Simpson <[email protected]> | 2009-11-24 07:42:44 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-04-09 03:40:11 -0700 |
commit | 9c2efb071f8b0a377b6a6e713cbae332b64a6705 (patch) | |
tree | 23e83a93069c921ceb19c36ee8cfb3fe5556dac1 /src | |
parent | b80b817195d47984907f46ab74d5146e91bce4cf (diff) |
util: Include u_debug for debug_print_format.
Caused fun linker errors on r600g.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_pack_color.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_pack_color.h b/src/gallium/auxiliary/util/u_pack_color.h index ad4a06dc770..3ebef9fb749 100644 --- a/src/gallium/auxiliary/util/u_pack_color.h +++ b/src/gallium/auxiliary/util/u_pack_color.h @@ -37,6 +37,7 @@ #include "pipe/p_compiler.h" #include "pipe/p_format.h" +#include "util/u_debug.h" #include "util/u_format.h" #include "util/u_math.h" |