From dbac1486c6f72845e2fdd524b58fec114f78ca91 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 22 Oct 2014 16:27:08 +0100 Subject: [PATCH] Include sys/wait.h for waitpid() --- noice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/noice.c b/noice.c index 21f4e42e..6355defc 100644 --- a/noice.c +++ b/noice.c @@ -1,5 +1,6 @@ #include #include +#include #include #include