diff options
| -rw-r--r-- | src/sysdep.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index d765fa79ec2..bf770b767c0 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -115,14 +115,7 @@ extern char *sys_errlist[]; | |||
| 115 | 115 | ||
| 116 | #include <sys/ioctl.h> | 116 | #include <sys/ioctl.h> |
| 117 | #include "systty.h" | 117 | #include "systty.h" |
| 118 | 118 | #include "syswait.h" | |
| 119 | #ifdef BSD | ||
| 120 | #ifdef BSD4_1 | ||
| 121 | #include <wait.h> | ||
| 122 | #else /* not 4.1 */ | ||
| 123 | #include <sys/wait.h> | ||
| 124 | #endif /* not 4.1 */ | ||
| 125 | #endif /* BSD */ | ||
| 126 | 119 | ||
| 127 | #ifdef BROKEN_TIOCGWINSZ | 120 | #ifdef BROKEN_TIOCGWINSZ |
| 128 | #undef TIOCGWINSZ | 121 | #undef TIOCGWINSZ |