From 662742187c77452c38cddababa92285cb62dbc28 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 21 May 2012 21:02:33 +0200 Subject: [PATCH] Fix last change Include shlib-compat.h for SHLIB_COMPAT. --- ChangeLog | 4 ++++ malloc/malloc.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8ebc3c4..3a3be31 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 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 -- 2.7.4