From 662742187c77452c38cddababa92285cb62dbc28 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 21 May 2012 21:02:33 +0200 Subject: Fix last change Include shlib-compat.h for SHLIB_COMPAT. --- malloc/malloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'malloc') diff --git a/malloc/malloc.c b/malloc/malloc.c index c216d26..7115287 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -228,6 +228,8 @@ #include /* needed for malloc_stats */ #include +#include + /* For uintptr_t. */ #include -- cgit v1.1