diff options
Diffstat (limited to 'Include/pyport.h')
-rw-r--r-- | Include/pyport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index b68a3b4..c358cc2 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -147,6 +147,7 @@ typedef PY_LONG_LONG Py_intptr_t; #ifdef RISCOS #include <sys/types.h> +#include "unixstuff.h" #endif #ifndef DONT_HAVE_SYS_STAT_H |