diff options
Diffstat (limited to 'libc/malloc_debug/debug_disable.h')
-rw-r--r-- | libc/malloc_debug/debug_disable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/debug_disable.h b/libc/malloc_debug/debug_disable.h index f9c3149ee..984bc2592 100644 --- a/libc/malloc_debug/debug_disable.h +++ b/libc/malloc_debug/debug_disable.h @@ -30,7 +30,7 @@ #include <sys/cdefs.h> -#include <private/bionic_macros.h> +#include <platform/bionic/macros.h> // ============================================================================= // Used to disable the debug allocation calls. |