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[]; #include #include "systty.h" - -#ifdef BSD -#ifdef BSD4_1 -#include -#else /* not 4.1 */ -#include -#endif /* not 4.1 */ -#endif /* BSD */ +#include "syswait.h" #ifdef BROKEN_TIOCGWINSZ #undef TIOCGWINSZ