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
commit5ff7fb11b669daf891ed2bfa63a56eacb7b3a49a (patch)
tree2339a075778707a8ed7e5cdfcbb3b1597d200ac3 /bin/dtch.c
parentAvoid DST struct Table (diff)
downloadsrc-5ff7fb11b669daf891ed2bfa63a56eacb7b3a49a.tar.gz
src-5ff7fb11b669daf891ed2bfa63a56eacb7b3a49a.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 6e2b0072..68774b0c 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>