]> git.eshelyaron.com Git - emacs.git/commitdiff
Test ISC4_0 along with TIOCGWINSZ.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 May 1994 23:27:39 +0000 (23:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 May 1994 23:27:39 +0000 (23:27 +0000)
src/sysdep.c

index 29505c31cfa5be091b2ea472f00f4296e3e6b42d..d7b256c8454e84310507eeb1aa29b41a02e72bd7 100644 (file)
@@ -133,7 +133,7 @@ extern int errno;
 #ifndef MEMORY_IN_STRING_H
 #include <memory.h>
 #endif
-#ifdef TIOCGWINSZ
+#if defined (TIOCGWINSZ) || defined (ISC4_0)
 #ifdef NEED_SIOCTL
 #include <sys/sioctl.h>
 #endif
@@ -141,7 +141,7 @@ extern int errno;
 #include <sys/stream.h>
 #include <sys/ptem.h>
 #endif
-#endif /* TIOCGWINSZ */
+#endif /* TIOCGWINSZ or ISC4_0 */
 #endif /* USG */
 
 extern int quit_char;