From f70848f7d07e050aaa3de3582d3258f78826ffb7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 14 Jun 2014 14:28:43 +0200 Subject: shell: add missing signal.h include --- src/shell.c | 1 + 1 file changed, 1 insertion(+) 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 +#include #include -- cgit v1.2.3