From cb0e70389ee1c4a957a842deb601666f1930d4ee Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 30 Jan 2015 20:33:31 -0800 Subject: [PATCH] Include for struct mallinfo. GCC doesn't seem to care, but clang does. Change-Id: I9884820339a9e6f142862928c357f1a538184ae0 --- libc/bionic/jemalloc.h | 1 + 1 file changed, 1 insertion(+) 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 +#include // 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