From a2dcccd99e11e8155b42111148909967e58d71c6 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 14 Jul 2007 23:03:37 +0000 Subject: Include winsock2.h and ws2tcpip.h instead of winsock.h. --- nt/inc/sys/socket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nt/inc/sys') diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index 0923dd9246..2e52c74691 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -51,7 +51,8 @@ Boston, MA 02110-1301, USA. */ #define timeval ws_timeval #endif -#include +#include +#include /* redefine select to reference our version */ #ifdef MUST_REDEF_SELECT -- cgit v1.2.3