Skip to content

Commit a4927cb

Browse files
author
theller
committed
I did fix too much - including winsock.h is sufficient.
git-svn-id: http://svn.python.org/projects/python/trunk@28847 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent c86693a commit a4927cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/selectmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern void bzero(void *, int);
3939
#endif
4040

4141
#ifdef MS_WINDOWS
42-
#include <windows.h>
42+
#include <winsock.h>
4343
#else
4444
#ifdef __BEOS__
4545
#include <net/socket.h>

0 commit comments

Comments
 (0)