summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-02-26 11:20:01 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-02-26 11:20:01 (GMT)
commit5e090fc98525308d2a86eaf5c535c3c2ba1a644c (patch)
tree9e6cf688103290b717366d853c0077cf7f5304d7 /Include/pyport.h
parent67716b5f53715e57d147cde9539b8d76a5a56e11 (diff)
downloadcpython-5e090fc98525308d2a86eaf5c535c3c2ba1a644c.zip
cpython-5e090fc98525308d2a86eaf5c535c3c2ba1a644c.tar.gz
cpython-5e090fc98525308d2a86eaf5c535c3c2ba1a644c.tar.bz2
OS/2 EMX port changes (Include part of patch #450267):
Include/ osdefs.h // EMX promotes Un*x path separators pyport.h
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 8c54729..271ec43 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -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>