Include sys/wait.h to avoid compiler warning
gcc warned about an implicit declaration of function 'wait3'. Including this header fixes this.
This commit is contained in:
parent
ed7b308c1c
commit
c6c19c8372
@ -36,6 +36,7 @@
|
||||
#include <ctype.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
extern char **environ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user