aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-31 04:37:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-31 04:37:11 +0000
commit21cdd22f035efd50902b7780fc6ea53bd1684357 (patch)
treee876b8453d44420a576256e8813e71f5c2c94919
parent09c3382433ae94ada45780312a2a9fd082ad1478 (diff)
parentcb0e70389ee1c4a957a842deb601666f1930d4ee (diff)
downloadandroid_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.h1
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