From: sin Date: Wed, 22 Oct 2014 15:27:08 +0000 (+0100) Subject: Include sys/wait.h for waitpid() X-Git-Tag: v1.0~92^2~163 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dbac1486c6f72845e2fdd524b58fec114f78ca91;p=nnn.git Include sys/wait.h for waitpid() --- 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