fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV
[musl] / src / network / gethostbyaddr.c
index c9b6388..598e224 100644 (file)
@@ -1,8 +1,6 @@
 #define _GNU_SOURCE
 
 #include <netdb.h>
-#include <string.h>
-#include <netinet/in.h>
 #include <errno.h>
 #include <stdlib.h>