diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:05:12 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:05:12 +0000 |
commit | 1d05cd8d8ec0526e5fd16e541b4e92a7c64dfede (patch) | |
tree | 9af456c2a297a7a8a665455a6fdbefa817dc9a30 /Python/pythonrun.c | |
parent | 6298dc843edf03eab2579779bdb000baa9cb3b55 (diff) | |
download | cpython-1d05cd8d8ec0526e5fd16e541b4e92a7c64dfede.tar.gz |
Include <unistd.h> in Python.h. Fixes #500924.
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 4294c9748e..6b70739d0a 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -13,10 +13,6 @@ #include "eval.h" #include "marshal.h" -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif - #ifdef HAVE_SIGNAL_H #include <signal.h> #endif |