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/frozenmain.c | |
parent | 6298dc843edf03eab2579779bdb000baa9cb3b55 (diff) | |
download | cpython-1d05cd8d8ec0526e5fd16e541b4e92a7c64dfede.tar.gz |
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 efc87d72a3..21724ef324 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 |