From: Andreas Jaeger Date: Mon, 21 May 2012 19:02:33 +0000 (+0200) Subject: Fix last change X-Git-Tag: glibc-2.16-tps~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=662742187c77452c38cddababa92285cb62dbc28;p=thirdparty%2Fglibc.git Fix last change Include shlib-compat.h for SHLIB_COMPAT. --- diff --git a/ChangeLog b/ChangeLog index 8ebc3c4f1c4..3a3be3117d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-21 Andreas Jaeger + + * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT. + 2012-05-21 H.J. Lu * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED): diff --git a/malloc/malloc.c b/malloc/malloc.c index c216d26e65b..7115287b460 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -228,6 +228,8 @@ #include /* needed for malloc_stats */ #include +#include + /* For uintptr_t. */ #include