aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sin <sin@2f30.org>2014-10-22 16:27:08 +0100
committerGravatar sin <sin@2f30.org>2014-10-22 16:27:08 +0100
commitdbac1486c6f72845e2fdd524b58fec114f78ca91 (patch)
tree3ef256eb02f736dca2c833c84c052b8bbb28802d
parentce1fcfc7b8777d3d3459fad11d4941cc22f4eb9b (diff)
downloadnnn-dbac1486c6f72845e2fdd524b58fec114f78ca91.tar.gz
Include sys/wait.h for waitpid()
-rw-r--r--noice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/noice.c b/noice.c
index 21f4e42..6355def 100644
--- 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>