summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-06-14 14:29:37 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-06-14 14:29:37 +0200
commitc17bdd0818efcbf9ced46ff47a9fc06ee7d6837b (patch)
tree279cc97fa8476bdd8f79affc539e8f997483e7b3
parentf70848f7d07e050aaa3de3582d3258f78826ffb7 (diff)
downloadfastd-c17bdd0818efcbf9ced46ff47a9fc06ee7d6837b.tar
fastd-c17bdd0818efcbf9ced46ff47a9fc06ee7d6837b.zip
verify: add missing sys/wait.h include
-rw-r--r--src/verify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.c b/src/verify.c
index f0dbe55..2890725 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -38,6 +38,8 @@
#include "async.h"
#include "shell.h"
+#include <sys/wait.h>
+
/**
Calls the on-verify command and returns the result