From 9cd99dd336cefb7dfecc30ab2b7c534b85c37935 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Mon, 20 Aug 2007 20:01:47 +0000 Subject: [PATCH] (tcp_connect) [_WIN32]: Add ws2tcpip.h to allow tcp_connect() to compile when HAVE_GETADDRINFO is enabled. --- src/client/host.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/host.c b/src/client/host.c index 7297c79f..cb309721 100644 --- a/src/client/host.c +++ b/src/client/host.c @@ -49,6 +49,7 @@ #include #else #include +#include #endif #include "misc.h"