commit | f3df0dae0b37e0bfce6d2a56436a14258cf94346 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Mar 16 06:56:14 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Mar 16 06:56:14 2019 +0000 |
tree | 01e11011c5c93b92b64d39cb0c3af2e2b775a23a | |
parent | 9d69d4ccaee992c2c64b67ee8b23775fa24c9ba6 [diff] | |
parent | 149ce930566b435f848968d03d0f7771c2d3e9f9 [diff] |
Merge "Add missing #include."
diff --git a/libc/bionic/malloc_limit.cpp b/libc/bionic/malloc_limit.cpp index ca20e00..b7e2146 100644 --- a/libc/bionic/malloc_limit.cpp +++ b/libc/bionic/malloc_limit.cpp
@@ -34,6 +34,10 @@ #include <private/bionic_malloc_dispatch.h> +#if __has_feature(hwaddress_sanitizer) +#include <sanitizer/allocator_interface.h> +#endif + #include "malloc_common.h" #include "malloc_common_dynamic.h" #include "malloc_heapprofd.h"