# HG changeset patch # User Richard M. Stallman # Date 745386813 0 # Node ID 1ae92cbb80bacad30fd90d78170afc892628d69a # Parent 76f242eb1fa8901eaa40cd7797dc62f88f270152 Include syswait.h. diff -r 76f242eb1fa8 -r 1ae92cbb80ba src/sysdep.c --- 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 #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