diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:13:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:13:24 (GMT) |
commit | 0d21e644096c700d9cf87038e736dd5ae0f738af (patch) | |
tree | 8c277ea2814272a01b3e2705aec3e4284e72f24d /Python/pythonrun.c | |
parent | 2380a9e13fbcc0b79bdf66869c7589c740236539 (diff) | |
download | cpython-0d21e644096c700d9cf87038e736dd5ae0f738af.zip cpython-0d21e644096c700d9cf87038e736dd5ae0f738af.tar.gz cpython-0d21e644096c700d9cf87038e736dd5ae0f738af.tar.bz2 |
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 4294c97..6b70739 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 |