Include <sys/wait.h> and <signal.h> for wait() and kill().
This commit is contained in:
parent
953e4134b5
commit
32cf31fa52
@ -38,8 +38,10 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <termios.h>
|
||||
|
Loading…
Reference in New Issue
Block a user