]> Sergey Matveev's repositories - nnn.git/commitdiff
Include sys/wait.h for waitpid()
authorsin <sin@2f30.org>
Wed, 22 Oct 2014 15:27:08 +0000 (16:27 +0100)
committersin <sin@2f30.org>
Wed, 22 Oct 2014 15:27:08 +0000 (16:27 +0100)
noice.c

diff --git a/noice.c b/noice.c
index 21f4e42ed2004a6141754d8fdc15878fd39d6fdc..6355defc0f06709259874df0487a8bb6be62132e 100644 (file)
--- 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>