diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:05:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:05:12 (GMT) |
commit | cdc445122208cb90a59a468a7396b227e223c43a (patch) | |
tree | ad9ca70705ab2c5a952aeeae91f0160394f98604 /Python/frozenmain.c | |
parent | edb60a7ba9daa607a8021f2823e6bbd8fc942711 (diff) | |
download | cpython-cdc445122208cb90a59a468a7396b227e223c43a.zip cpython-cdc445122208cb90a59a468a7396b227e223c43a.tar.gz cpython-cdc445122208cb90a59a468a7396b227e223c43a.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 |