]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix last change
authorAndreas Jaeger <jaegerandi@gmail.com>
Mon, 21 May 2012 19:02:33 +0000 (21:02 +0200)
committerAndreas Jaeger <jaegerandi@gmail.com>
Mon, 21 May 2012 19:02:33 +0000 (21:02 +0200)
Include shlib-compat.h for SHLIB_COMPAT.

ChangeLog
malloc/malloc.c

index 8ebc3c4f1c4bcf56dfc558c73cddb144dcd47fc8..3a3be3117d5ad9de2f327befa6069524b8bbc50b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-21  Andreas Jaeger  <aj@suse.de>
+
+       * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
+
 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
index c216d26e65bf541fa8a6ca5fcfc2a94ca59b3dd6..7115287b4602adbcb55ff562598aee11b2fa797c 100644 (file)
 #include <stdio.h>    /* needed for malloc_stats */
 #include <errno.h>
 
+#include <shlib-compat.h>
+
 /* For uintptr_t.  */
 #include <stdint.h>