diff options
author | Elliott Hughes <enh@google.com> | 2015-01-31 04:37:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-31 04:37:11 +0000 |
commit | 21cdd22f035efd50902b7780fc6ea53bd1684357 (patch) | |
tree | e876b8453d44420a576256e8813e71f5c2c94919 | |
parent | 09c3382433ae94ada45780312a2a9fd082ad1478 (diff) | |
parent | cb0e70389ee1c4a957a842deb601666f1930d4ee (diff) | |
download | android_bionic-21cdd22f035efd50902b7780fc6ea53bd1684357.tar.gz android_bionic-21cdd22f035efd50902b7780fc6ea53bd1684357.tar.bz2 android_bionic-21cdd22f035efd50902b7780fc6ea53bd1684357.zip |
Merge "Include <malloc.h> for struct mallinfo."
-rw-r--r-- | libc/bionic/jemalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/bionic/jemalloc.h b/libc/bionic/jemalloc.h index feb1f43a5..98ea0eedb 100644 --- a/libc/bionic/jemalloc.h +++ b/libc/bionic/jemalloc.h @@ -18,6 +18,7 @@ #define LIBC_BIONIC_JEMALLOC_H_ #include <jemalloc/jemalloc.h> +#include <malloc.h> // For struct mallinfo. // Need to wrap memalign since je_memalign fails on non-power of 2 alignments. #define je_memalign je_memalign_round_up_boundary |