diff options
author | Josh Gao <jmgao@google.com> | 2020-01-02 23:40:53 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-01-02 23:40:53 +0000 |
commit | 84d00460df204a89c9a166a3c847d4359810abbc (patch) | |
tree | 20d1080bef67ac6c1fc5e2d92eb9e4b2b532897c /libc/malloc_debug/PointerData.cpp | |
parent | e592dacfa254f59bb097c98d118d0c860b181da1 (diff) | |
parent | 5074e7d28f128d8150dd36366b9e0867cfb80a27 (diff) |
Merge changes from topic "bionic_signal_platform_headers"
* changes:
Move sigrtmin.h into platform headers.
Move bionic_macros.h from private to platform.
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 b1e28b712..4f81ff7ff 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" |