diff options
Diffstat (limited to 'malloc/malloc.c')
-rw-r--r-- | malloc/malloc.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c index ad6009a198..2e91952a26 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -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: |