diff options
author | Steven Laver <lavers@google.com> | 2020-01-06 13:24:40 -0800 |
---|---|---|
committer | Steven Laver <lavers@google.com> | 2020-01-06 13:24:40 -0800 |
commit | bc6a81468b430217ad8155787580ea3a6172252f (patch) | |
tree | 2e12acad6326e88cf92475ba8421bf382a715f8f /libc/malloc_debug/PointerData.cpp | |
parent | cc683d66260007d9f5d3189d87629bb1106a635d (diff) | |
parent | fa57987cab31b25483567e81a104c39612515f82 (diff) |
Merge RP1A.200106.001
Change-Id: I18e758487fd86488b3a27e8b272f5e4c1aaaef59
Diffstat (limited to 'libc/malloc_debug/PointerData.cpp')
-rw-r--r-- | libc/malloc_debug/PointerData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/PointerData.cpp b/libc/malloc_debug/PointerData.cpp index 43bc4b61a..a15b1b13a 100644 --- a/libc/malloc_debug/PointerData.cpp +++ b/libc/malloc_debug/PointerData.cpp @@ -43,7 +43,7 @@ #include <android-base/stringprintf.h> #include <android-base/thread_annotations.h> -#include <private/bionic_macros.h> +#include <platform/bionic/macros.h> #include "Config.h" #include "DebugData.h" |