commit dbac1486c6f72845e2fdd524b58fec114f78ca91 parent ce1fcfc7b8777d3d3459fad11d4941cc22f4eb9b Author: sin <sin@2f30.org> Date: Wed, 22 Oct 2014 16:27:08 +0100 Include sys/wait.h for waitpid() Diffstat:
M | noice.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/noice.c b/noice.c @@ -1,5 +1,6 @@ #include <sys/stat.h> #include <sys/types.h> +#include <sys/wait.h> #include <errno.h> #include <fcntl.h>