diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-14 14:28:43 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-14 14:28:43 +0200 |
commit | f70848f7d07e050aaa3de3582d3258f78826ffb7 (patch) | |
tree | c4a215cb386c844e7bcf94171625504e238b7094 /src | |
parent | e30ecc7387594f51224423595f5abcde24e35949 (diff) | |
download | fastd-f70848f7d07e050aaa3de3582d3258f78826ffb7.tar fastd-f70848f7d07e050aaa3de3582d3258f78826ffb7.zip |
shell: add missing signal.h include
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c | 1 |
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> |