diff options
Diffstat (limited to 'libc/malloc_debug/tests/malloc_debug_unit_tests.cpp')
-rw-r--r-- | libc/malloc_debug/tests/malloc_debug_unit_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp b/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp index 70457b9ad..c405c7f20 100644 --- a/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp +++ b/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp @@ -41,7 +41,7 @@ #include <android-base/stringprintf.h> #include <android-base/strings.h> -#include <private/bionic_macros.h> +#include <platform/bionic/macros.h> #include <private/bionic_malloc_dispatch.h> #include "Config.h" |