diff options
author | Thomas Heller <theller@ctypes.org> | 2002-09-24 17:03:26 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2002-09-24 17:03:26 (GMT) |
commit | 7bdabe67a362598dcd6212e9d1c875c80a4d1332 (patch) | |
tree | 4fab109dcd2b4ae672017dfde2184406c36fd495 /Modules/selectmodule.c | |
parent | 106f4c7ba7c6cffb52bc296e6d1dec2294019d0c (diff) | |
download | cpython-7bdabe67a362598dcd6212e9d1c875c80a4d1332.zip cpython-7bdabe67a362598dcd6212e9d1c875c80a4d1332.tar.gz cpython-7bdabe67a362598dcd6212e9d1c875c80a4d1332.tar.bz2 |
I did fix too much - including winsock.h is sufficient.
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r-- | Modules/selectmodule.c | 2 |
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> |