diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/mtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/mtrace.c b/malloc/mtrace.c index c539cb47ea..4e6e1e5efb 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -28,7 +28,7 @@ #include <bits/libc-lock.h> #endif -#include <ldsodefs.h> +#include <dlfcn.h> #include <stdio.h> #include <string.h> |