From 1a8791e0b875df8e9428c2d9969f64e5967ac0b4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 4 Aug 1998 22:46:29 +0000 Subject: Changes for BeOS, QNX and long long, by Chris Herborth. --- Python/frozenmain.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Python/frozenmain.c') diff --git a/Python/frozenmain.c b/Python/frozenmain.c index ab9d60d5ea..cb46d65944 100644 --- a/Python/frozenmain.c +++ b/Python/frozenmain.c @@ -42,6 +42,11 @@ extern void PyWinFreeze_ExeTerm(); #include /* For isatty() */ #endif +/* For isatty()'s proto. - [cjh] */ +#ifdef HAVE_UNISTD_H +#include +#endif + /* Main program */ int -- cgit v1.2.1