mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
I did fix too much - including winsock.h is sufficient.
This commit is contained in:
parent
106f4c7ba7
commit
7bdabe67a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue