summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2002-09-24 17:03:26 (GMT)
committerThomas Heller <theller@ctypes.org>2002-09-24 17:03:26 (GMT)
commit7bdabe67a362598dcd6212e9d1c875c80a4d1332 (patch)
tree4fab109dcd2b4ae672017dfde2184406c36fd495 /Modules
parent106f4c7ba7c6cffb52bc296e6d1dec2294019d0c (diff)
downloadcpython-7bdabe67a362598dcd6212e9d1c875c80a4d1332.zip
cpython-7bdabe67a362598dcd6212e9d1c875c80a4d1332.tar.gz
cpython-7bdabe67a362598dcd6212e9d1c875c80a4d1332.tar.bz2
I did fix too much - including winsock.h is sufficient.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/selectmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 8444c12..59653de 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -39,7 +39,7 @@ extern void bzero(void *, int);
#endif
#ifdef MS_WINDOWS
-#include <windows.h>
+#include <winsock.h>
#else
#ifdef __BEOS__
#include <net/socket.h>