aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-15 03:53:33 +0000
committerRichard M. Stallman1993-08-15 03:53:33 +0000
commit94c8642adf30cf7e509cf2df86dfd3a5e588187e (patch)
treeb97e85946b18e56c54c2adb1a8060d684a1f0624 /src/sysdep.c
parent889255b45853ad1ead6a067056cb39bf5fbbc0a9 (diff)
downloademacs-94c8642adf30cf7e509cf2df86dfd3a5e588187e.tar.gz
emacs-94c8642adf30cf7e509cf2df86dfd3a5e588187e.zip
Include syswait.h.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c9
1 files changed, 1 insertions, 8 deletions
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[];
115 115
116#include <sys/ioctl.h> 116#include <sys/ioctl.h>
117#include "systty.h" 117#include "systty.h"
118 118#include "syswait.h"
119#ifdef BSD
120#ifdef BSD4_1
121#include <wait.h>
122#else /* not 4.1 */
123#include <sys/wait.h>
124#endif /* not 4.1 */
125#endif /* BSD */
126 119
127#ifdef BROKEN_TIOCGWINSZ 120#ifdef BROKEN_TIOCGWINSZ
128#undef TIOCGWINSZ 121#undef TIOCGWINSZ