diff options
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 8219f7547a..7cdcf46ceb 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -47,6 +47,10 @@ PERFORMANCE OF THIS SOFTWARE. #include "import.h" #include "marshal.h" +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif + #ifdef HAVE_SIGNAL_H #include <signal.h> #endif |