diff options
author | Dylan Baker <[email protected]> | 2018-09-21 11:21:57 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-10-30 14:32:52 -0700 |
commit | 314777e86ae71d1397de229cfcdcb15a3f668f2d (patch) | |
tree | f1cf5ecc10d722c3d07992bc59b837d8a0d3075d /src/gallium/auxiliary/util/u_debug_memory.c | |
parent | 68074dfa0eab4cd3388cfc23051ece4577e8ec90 (diff) |
gallium/util: move memory debug declarations into u_debug_gallium
Tested-by: Brian Paul <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug_memory.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_debug_memory.c b/src/gallium/auxiliary/util/u_debug_memory.c index 0a52daa5b47..0c822369a00 100644 --- a/src/gallium/auxiliary/util/u_debug_memory.c +++ b/src/gallium/auxiliary/util/u_debug_memory.c @@ -41,6 +41,7 @@ #include "os/os_thread.h" #include "util/u_debug.h" +#include "util/u_debug_gallium.h" #include "util/u_debug_stack.h" #include "util/list.h" |