dns response handling: don't treat too many addresses as an error
[musl] / src / ldso / dladdr.c
index 659ab91..e5c8020 100644 (file)
@@ -1,6 +1,5 @@
 #define _GNU_SOURCE
 #include <dlfcn.h>
-#include "libc.h"
 
 static int stub_dladdr(const void *addr, Dl_info *info)
 {