aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-06 13:09:36 -0700
committerMichael Forney <mforney@mforney.org>2019-04-06 13:09:39 -0700
commitce7315e485e5677a7c61bb63106b5cd198bbcf4d (patch)
tree9105e3334dfe380ab21838736f132b259d58108e
parent685ad141faaf6ee033accac8b15947f53862bcd0 (diff)
driver: Include signal.h for kill(2)
-rw-r--r--driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index df50b0f..7bb2be2 100644
--- a/driver.c
+++ b/driver.c
@@ -10,6 +10,7 @@
#include <fcntl.h>
#include <limits.h>
+#include <signal.h>
#include <spawn.h>
#include <sys/wait.h>
#include <unistd.h>