summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2017-02-28 13:32:23 -0600
committerBruce Guenter <bruce@untroubled.org>2017-02-28 13:32:23 -0600
commit05469b7b2c91d626e3c451fdf2401d0568cca9a1 (patch)
treeeb534a211d52f0703f4233c4fb3f924362a0fa28 /lib
parent6567de3d2f5936692fd2e272688386efa95f11fb (diff)
lib/forkexec.h: Add missing #include <signal.h>
Diffstat (limited to 'lib')
-rw-r--r--lib/forkexec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forkexec.h b/lib/forkexec.h
index cf61239..9fdd98b 100644
--- a/lib/forkexec.h
+++ b/lib/forkexec.h
@@ -3,6 +3,7 @@
#include <sys/types.h>
#include <sys/wait.h>
+#include <signal.h>
#include "mystring/mystring.h"
#include "autoclose.h"
#include "configio.h"