Always include sys/wait.h unless NOT_C_CODE;

don't test #ifdef emacs for that.
This commit is contained in:
Richard M. Stallman 1995-11-10 16:42:06 +00:00
parent e0e94b6c6f
commit f0ce95e7d2

View file

@ -78,12 +78,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
* interfere. And don't try to use SIGIO yet.
*/
#ifndef NOT_C_CODE
#include <sys/wait.h>
#endif
#ifdef emacs
#include <sys/filio.h>
#include <termio.h>
#include <sys/ttold.h>
#include <signal.h>
#include <sys/wait.h>
#include <sys/stream.h>
#include <sys/stropts.h>
#include <sys/termios.h>