diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 4 |
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 | ||
| 147 | extern int quit_char; | 147 | extern int quit_char; |