summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-06-14 14:28:43 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-06-14 14:28:43 +0200
commitf70848f7d07e050aaa3de3582d3258f78826ffb7 (patch)
treec4a215cb386c844e7bcf94171625504e238b7094
parente30ecc7387594f51224423595f5abcde24e35949 (diff)
downloadfastd-f70848f7d07e050aaa3de3582d3258f78826ffb7.tar
fastd-f70848f7d07e050aaa3de3582d3258f78826ffb7.zip
shell: add missing signal.h include
-rw-r--r--src/shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell.c b/src/shell.c
index a90d58b..6fba92a 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -35,6 +35,7 @@
#include "fastd.h"
#include <net/if.h>
+#include <signal.h>
#include <sys/wait.h>