mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Patch by Mark Hammond to avoid certain header files on Windows/CE.
This commit is contained in:
parent
7f1de832a2
commit
ff7e83d606
3 changed files with 15 additions and 2 deletions
|
|
@ -48,7 +48,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
extern void bzero();
|
||||
#endif
|
||||
|
||||
#ifndef DONT_HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#if defined(PYOS_OS2)
|
||||
#include <sys/time.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue