Include sys/wait.h for waitpid()

This commit is contained in:
sin 2014-10-22 16:27:08 +01:00
parent ce1fcfc7b8
commit dbac1486c6
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>
#include <fcntl.h>