From: Richard M. Stallman Date: Wed, 4 May 1994 23:27:39 +0000 (+0000) Subject: Test ISC4_0 along with TIOCGWINSZ. X-Git-Tag: emacs-19.34~8527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8144490793ecf0549e576ced870fce889c8a6f64;p=emacs.git Test ISC4_0 along with TIOCGWINSZ. --- diff --git a/src/sysdep.c b/src/sysdep.c index 29505c31cfa..d7b256c8454 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -133,7 +133,7 @@ extern int errno; #ifndef MEMORY_IN_STRING_H #include #endif -#ifdef TIOCGWINSZ +#if defined (TIOCGWINSZ) || defined (ISC4_0) #ifdef NEED_SIOCTL #include #endif @@ -141,7 +141,7 @@ extern int errno; #include #include #endif -#endif /* TIOCGWINSZ */ +#endif /* TIOCGWINSZ or ISC4_0 */ #endif /* USG */ extern int quit_char;