# HG changeset patch # User Richard M. Stallman # Date 768094059 0 # Node ID f6e5ef4a73e322d9756289b506c159bb65caef18 # Parent bfbebc2a04c966243046210759134cb52fdff5b0 Test ISC4_0 along with TIOCGWINSZ. diff -r bfbebc2a04c9 -r f6e5ef4a73e3 src/sysdep.c --- a/src/sysdep.c Wed May 04 23:27:06 1994 +0000 +++ b/src/sysdep.c Wed May 04 23:27:39 1994 +0000 @@ -133,7 +133,7 @@ #ifndef MEMORY_IN_STRING_H #include #endif -#ifdef TIOCGWINSZ +#if defined (TIOCGWINSZ) || defined (ISC4_0) #ifdef NEED_SIOCTL #include #endif @@ -141,7 +141,7 @@ #include #include #endif -#endif /* TIOCGWINSZ */ +#endif /* TIOCGWINSZ or ISC4_0 */ #endif /* USG */ extern int quit_char;