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/frozenmain.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/frozenmain.c')
-rw-r--r-- | Python/frozenmain.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Python/frozenmain.c b/Python/frozenmain.c index efc87d7..21724ef 100644 --- a/Python/frozenmain.c +++ b/Python/frozenmain.c @@ -9,15 +9,6 @@ extern void PyWinFreeze_ExeTerm(void); extern int PyInitFrozenExtensions(void); #endif -#ifdef HAVE_UNISTD_H -#include <unistd.h> /* For isatty() */ -#endif - -/* For isatty()'s proto. - [cjh] */ -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif - /* Main program */ int |