Bug fix: included sys/wait.h rather than wrong wait.h
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
#include <time.h>
|
||||
#include <fcntl.h>
|
||||
#include <utime.h>
|
||||
#include <wait.h>
|
||||
#include <sys/wait.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
|
Reference in New Issue
Block a user