commit | 21cdd22f035efd50902b7780fc6ea53bd1684357 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 31 04:37:10 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jan 31 04:37:11 2015 +0000 |
tree | e876b8453d44420a576256e8813e71f5c2c94919 | |
parent | 09c3382433ae94ada45780312a2a9fd082ad1478 [diff] | |
parent | cb0e70389ee1c4a957a842deb601666f1930d4ee [diff] |
Merge "Include <malloc.h> for struct mallinfo."
diff --git a/libc/bionic/jemalloc.h b/libc/bionic/jemalloc.h index feb1f43..98ea0ee 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