]> git.pond.sub.org Git - empserver/blobdiff - src/lib/w32/arpa/inet.h
w32: Modernize for MinGW 6.0.0, and clean up
[empserver] / src / lib / w32 / arpa / inet.h
index 97a19a4ce7191faf6f26502f3ddc528abe9ef012..de78f4340309df00b64a2fad01174e9e5a5189bf 100644 (file)
@@ -33,9 +33,6 @@
 #ifndef ARPA_INET_H
 #define ARPA_INET_H
 
-#include "sys/socket.h"
-
-extern const char *inet_ntop(int af, const void *src, char *dst,
-                            socklen_t cnt);
+#include "ws2tcpip.h"
 
 #endif /* ARPA_INET_H */