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/Config.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/Config.cpp')
-rw-r--r-- | libc/malloc_debug/Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/Config.cpp b/libc/malloc_debug/Config.cpp index dbd3eac4a..11887e295 100644 --- a/libc/malloc_debug/Config.cpp +++ b/libc/malloc_debug/Config.cpp @@ -38,7 +38,7 @@ #include <string> #include <vector> -#include <private/bionic_macros.h> +#include <platform/bionic/macros.h> #include "Config.h" #include "debug_log.h" |