fix out-of-bounds reads in __dns_parse
[musl] / src / ldso / dlopen.c
index 6b1d792..69372a2 100644 (file)
@@ -1,7 +1,5 @@
 #include <dlfcn.h>
-#include "libc.h"
-
-hidden void __dl_seterr(const char *, ...);
+#include "dynlink.h"
 
 static void *stub_dlopen(const char *file, int mode)
 {