Bug fix: included sys/wait.h rather than wrong wait.h
This commit is contained in:
parent
a0821401c1
commit
c0b09f0296
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.01.29.165339"
|
||||
#define Xorriso_timestamP "2009.01.29.210606"
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user