From a7f716b9bcb2007fbdd488bc7e5d5176c41ef44a Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Thu, 30 Aug 2007 01:20:59 +0000 Subject: [PATCH] (sys/socket.h) [_WIN32]: Improve the comment to explain the include order dependencies. --- src/lib/w32/posixio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/w32/posixio.c b/src/lib/w32/posixio.c index c5b4bc29..e6fe7f30 100644 --- a/src/lib/w32/posixio.c +++ b/src/lib/w32/posixio.c @@ -51,7 +51,7 @@ #include #include /* - * Need to include winsock2.h for ws2tcpip.h. + * Need to include winsock2.h before ws2tcpip.h. * Use sys/socket.h to ensure the #undef NS_ALL * is not missed after including winsock2.h. */