Mercurial > emacs
changeset 4640:1ae92cbb80ba
Include syswait.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 15 Aug 1993 03:53:33 +0000 |
parents | 76f242eb1fa8 |
children | 9b8e20b21a66 |
files | src/sysdep.c |
diffstat | 1 files changed, 1 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Sun Aug 15 03:52:43 1993 +0000 +++ b/src/sysdep.c Sun Aug 15 03:53:33 1993 +0000 @@ -115,14 +115,7 @@ #include <sys/ioctl.h> #include "systty.h" - -#ifdef BSD -#ifdef BSD4_1 -#include <wait.h> -#else /* not 4.1 */ -#include <sys/wait.h> -#endif /* not 4.1 */ -#endif /* BSD */ +#include "syswait.h" #ifdef BROKEN_TIOCGWINSZ #undef TIOCGWINSZ