From f6f3c4aa53732d4cd4254f4f02b779886f9c9cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Wed, 3 Nov 2010 13:27:33 +0000 Subject: [PATCH] issue 10295 Make selectmodule.c use winsock2 like socketmodule does. --- Modules/selectmodule.c | 2 +- PCbuild/select.vcproj | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 086a6476ee8..5192ce74cf4 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -47,7 +47,7 @@ extern void bzero(void *, int); #endif #ifdef MS_WINDOWS -# include +# include #else # define SOCKET int # ifdef __BEOS__ diff --git a/PCbuild/select.vcproj b/PCbuild/select.vcproj index b97cb4d1842..b067ad0ad27 100644 --- a/PCbuild/select.vcproj +++ b/PCbuild/select.vcproj @@ -54,7 +54,7 @@ /> @@ -116,7 +116,7 @@ /> @@ -178,7 +178,7 @@ /> @@ -241,7 +241,7 @@ /> @@ -303,7 +303,7 @@ /> @@ -366,7 +366,7 @@ /> @@ -492,7 +492,7 @@ />