From: Thomas Heller Date: Tue, 24 Sep 2002 17:03:26 +0000 (+0000) Subject: I did fix too much - including winsock.h is sufficient. X-Git-Tag: v2.3c1~3994 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bdabe67a362598dcd6212e9d1c875c80a4d1332;p=thirdparty%2FPython%2Fcpython.git I did fix too much - including winsock.h is sufficient. --- diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 8444c12adda7..59653dea30f9 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -39,7 +39,7 @@ extern void bzero(void *, int); #endif #ifdef MS_WINDOWS -#include +#include #else #ifdef __BEOS__ #include