diff options
Diffstat (limited to 'libc/malloc_debug/MapData.h')
-rw-r--r-- | libc/malloc_debug/MapData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/MapData.h b/libc/malloc_debug/MapData.h index 5b08b909b..f2b3c1cfe 100644 --- a/libc/malloc_debug/MapData.h +++ b/libc/malloc_debug/MapData.h @@ -34,7 +34,7 @@ #include <set> #include <string> -#include <private/bionic_macros.h> +#include <platform/bionic/macros.h> struct MapEntry { MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len, int flags) |