Always include sys/wait.h unless NOT_C_CODE;
don't test #ifdef emacs for that.
This commit is contained in:
parent
e0e94b6c6f
commit
f0ce95e7d2
1 changed files with 4 additions and 1 deletions
|
@ -78,12 +78,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
* interfere. And don't try to use SIGIO yet.
|
* interfere. And don't try to use SIGIO yet.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef NOT_C_CODE
|
||||||
|
#include <sys/wait.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef emacs
|
#ifdef emacs
|
||||||
#include <sys/filio.h>
|
#include <sys/filio.h>
|
||||||
#include <termio.h>
|
#include <termio.h>
|
||||||
#include <sys/ttold.h>
|
#include <sys/ttold.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <sys/wait.h>
|
|
||||||
#include <sys/stream.h>
|
#include <sys/stream.h>
|
||||||
#include <sys/stropts.h>
|
#include <sys/stropts.h>
|
||||||
#include <sys/termios.h>
|
#include <sys/termios.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue