net/Resolver: correct includes for gettaddrinfo(3)

Signed-off-by: Lazaros Koromilas <lostd@2f30.org>
This commit is contained in:
Lazaros Koromilas 2016-06-12 14:50:26 +02:00 committed by Max Kellermann
parent 22ff0d80ce
commit f59ca94416
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#ifdef WIN32
#include <ws2tcpip.h>
#else
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#endif