From: Adam Dickmeiss Date: Tue, 2 Apr 2013 14:03:23 +0000 (+0200) Subject: Add ws2tcpip.h for getaddrinfo on Windows X-Git-Tag: v1.6.29~7 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=02d06913705a0285b11b570e51d2f1193ff971c1;p=pazpar2-moved-to-github.git Add ws2tcpip.h for getaddrinfo on Windows --- diff --git a/src/getaddrinfo.c b/src/getaddrinfo.c index a5f6a3a..24ce534 100644 --- a/src/getaddrinfo.c +++ b/src/getaddrinfo.c @@ -34,7 +34,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif #ifdef WIN32 -#include +#include +#include #endif #if HAVE_NETDB_H #include