From 80bb9655f0e0843199b46719b032f2dc737cf013 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 5 Dec 1996 23:27:02 +0000 Subject: Keep gcc -Wall happy. --- Python/pythonrun.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Python/pythonrun.c') 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 +#endif + #ifdef HAVE_SIGNAL_H #include #endif -- cgit v1.2.1