From: James Turner Date: Wed, 24 Aug 2011 10:25:37 +0000 (+0100) Subject: Include ws2tcpip.h header (for getaddrinfo) on Windows X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa2720735178a94efeb7954d24d6cb3e26c82b0e;p=simgear.git Include ws2tcpip.h header (for getaddrinfo) on Windows --- diff --git a/simgear/io/raw_socket.cxx b/simgear/io/raw_socket.cxx index 7fe2c688..ecc8671f 100644 --- a/simgear/io/raw_socket.cxx +++ b/simgear/io/raw_socket.cxx @@ -39,7 +39,8 @@ #include #if defined(WINSOCK) -# include +# include +# include # include #else # include