diff options
author | Josh Gao <jmgao@google.com> | 2019-12-19 16:35:51 -0800 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2020-01-02 14:09:50 -0800 |
commit | 4956c372cf320328952665629b2626e7cbc84c54 (patch) | |
tree | 7a02304c6c2eadc93b1b7a357fb31a143b661a89 /libc/malloc_debug/Config.cpp | |
parent | e592dacfa254f59bb097c98d118d0c860b181da1 (diff) |
Move bionic_macros.h from private to platform.
Test: treehugger
Change-Id: Ie473914f4c8924c7240b3ac22093a9daf42fc948
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" |