comparison src/sysdep.c @ 4640:1ae92cbb80ba

Include syswait.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Aug 1993 03:53:33 +0000
parents aaab60c46bff
children 004c38daf0ae
comparison
equal deleted inserted replaced
4639:76f242eb1fa8 4640:1ae92cbb80ba
113 #undef FASYNC 113 #undef FASYNC
114 #endif 114 #endif
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
129 #endif 122 #endif
130 123