mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
OS/2 EMX port changes (Include part of patch #450267):
Include/ osdefs.h // EMX promotes Un*x path separators pyport.h
This commit is contained in:
parent
67716b5f53
commit
5e090fc985
2 changed files with 9 additions and 0 deletions
|
@ -157,6 +157,9 @@ typedef LONG_LONG Py_intptr_t;
|
|||
#endif
|
||||
|
||||
#ifndef DONT_HAVE_SYS_STAT_H
|
||||
#if defined(PYOS_OS2) && defined(PYCC_GCC)
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
#elif defined(HAVE_STAT_H)
|
||||
#include <stat.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue