Bug fix: included sys/wait.h rather than wrong wait.h

This commit is contained in:
Thomas Schmitt 2009-01-29 21:06:14 +00:00
parent db02a5e88a
commit 2756789dfe
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.01.29.165339" #define Xorriso_timestamP "2009.01.29.210606"

View File

@ -20,7 +20,7 @@
#include <time.h> #include <time.h>
#include <fcntl.h> #include <fcntl.h>
#include <utime.h> #include <utime.h>
#include <wait.h> #include <sys/wait.h>
#include <pwd.h> #include <pwd.h>
#include <grp.h> #include <grp.h>