# HG changeset patch # User Jason Rumney # Date 1184454203 0 # Node ID 361abf526407d593fef91c45f4651bb64b86f9f8 # Parent 3bb49962b48234859add47aaab98841e9b1513b5 Include winsock2.h and ws2tcpip.h instead of winsock.h. diff -r 3bb49962b482 -r 361abf526407 nt/inc/sys/socket.h --- a/nt/inc/sys/socket.h Sat Jul 14 19:03:22 2007 +0000 +++ b/nt/inc/sys/socket.h Sat Jul 14 23:03:23 2007 +0000 @@ -51,7 +51,8 @@ #define timeval ws_timeval #endif -#include +#include +#include /* redefine select to reference our version */ #ifdef MUST_REDEF_SELECT