Commit f59ca944 authored by Lazaros Koromilas's avatar Lazaros Koromilas Committed by Max Kellermann

net/Resolver: correct includes for gettaddrinfo(3)

parent 22ff0d80
......@@ -27,6 +27,8 @@
#ifdef WIN32
#include <ws2tcpip.h>
#else
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment