aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-04 23:27:39 +0000
committerRichard M. Stallman1994-05-04 23:27:39 +0000
commit8144490793ecf0549e576ced870fce889c8a6f64 (patch)
tree25c9da3217d0349adc72dd6d89624177827a1bc3 /src
parent5de573c43d7e6c5586aa93019170c75ab207e85c (diff)
downloademacs-8144490793ecf0549e576ced870fce889c8a6f64.tar.gz
emacs-8144490793ecf0549e576ced870fce889c8a6f64.zip
Test ISC4_0 along with TIOCGWINSZ.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c4
1 files changed, 2 insertions, 2 deletions
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;
133#ifndef MEMORY_IN_STRING_H 133#ifndef MEMORY_IN_STRING_H
134#include <memory.h> 134#include <memory.h>
135#endif 135#endif
136#ifdef TIOCGWINSZ 136#if defined (TIOCGWINSZ) || defined (ISC4_0)
137#ifdef NEED_SIOCTL 137#ifdef NEED_SIOCTL
138#include <sys/sioctl.h> 138#include <sys/sioctl.h>
139#endif 139#endif
@@ -141,7 +141,7 @@ extern int errno;
141#include <sys/stream.h> 141#include <sys/stream.h>
142#include <sys/ptem.h> 142#include <sys/ptem.h>
143#endif 143#endif
144#endif /* TIOCGWINSZ */ 144#endif /* TIOCGWINSZ or ISC4_0 */
145#endif /* USG */ 145#endif /* USG */
146 146
147extern int quit_char; 147extern int quit_char;