]> granicus.if.org Git - python/commitdiff
I did fix too much - including winsock.h is sufficient.
authorThomas Heller <theller@ctypes.org>
Tue, 24 Sep 2002 17:03:26 +0000 (17:03 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 24 Sep 2002 17:03:26 +0000 (17:03 +0000)
Modules/selectmodule.c

index 8444c12adda71bc76962820986e50ca1872c21b8..59653dea30f917bd8b80dd626453dfdfafc4dc09 100644 (file)
@@ -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>