]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/malloc.c
[BZ #77]
[thirdparty/glibc.git] / malloc / malloc.c
index ad6009a198b660ad73dabfe13ff207a6b838f78f..2e91952a2698510f79219b17c1dd93259f5b9728 100644 (file)
@@ -289,9 +289,13 @@ extern "C" {
 
 /* For writev and struct iovec.  */
 #include <sys/uio.h>
-  /* For syslog.  */
+/* For syslog.  */
 #include <sys/syslog.h>
 
+/* For various dynamic linking things.  */
+#include <dlfcn.h>
+
+
 /*
   Debugging: