From: Richard M. Stallman Date: Sun, 15 Aug 1993 03:53:33 +0000 (+0000) Subject: Include syswait.h. X-Git-Tag: emacs-19.34~11211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94c8642adf30cf7e509cf2df86dfd3a5e588187e;p=emacs.git Include syswait.h. --- 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