mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
os2 patch by Jeff Rush
This commit is contained in:
parent
c0b93191e6
commit
8e9ebfd337
12 changed files with 459 additions and 28 deletions
|
@ -48,6 +48,11 @@ extern void bzero();
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#if defined(PYOS_OS2)
|
||||
#include <sys/time.h>
|
||||
#include <utils.h>
|
||||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
#include <winsock.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue