summary refs log tree commit diff
path: root/bin/dtch.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-19 00:49:55 -0500
committerJune McEnroe <june@causal.agency>2018-11-19 00:49:55 -0500
commit8dc2424e67de1432d156aeae44a5afc87989083b (patch)
tree170bfa8feb7f8ceded8beea8fbd98cb5a0c6d3c7 /bin/dtch.c
parentAvoid DST struct Table (diff)
downloadsrc-8dc2424e67de1432d156aeae44a5afc87989083b.tar.gz
src-8dc2424e67de1432d156aeae44a5afc87989083b.zip
Add missing include in dtch
Diffstat (limited to 'bin/dtch.c')
-rw-r--r--bin/dtch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dtch.c b/bin/dtch.c
index 8681cc61..3cd92479 100644
--- a/bin/dtch.c
+++ b/bin/dtch.c
@@ -18,6 +18,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <poll.h>
+#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/ioctl.h>