mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
Include syswait.h.
This commit is contained in:
parent
889255b458
commit
94c8642adf
1 changed files with 1 additions and 8 deletions
|
|
@ -115,14 +115,7 @@ extern char *sys_errlist[];
|
|||
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue