diff options
author | June McEnroe <june@causal.agency> | 2018-11-19 00:49:55 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-19 00:49:55 -0500 |
commit | 8dc2424e67de1432d156aeae44a5afc87989083b (patch) | |
tree | 170bfa8feb7f8ceded8beea8fbd98cb5a0c6d3c7 /bin | |
parent | Avoid DST struct Table (diff) | |
download | src-8dc2424e67de1432d156aeae44a5afc87989083b.tar.gz src-8dc2424e67de1432d156aeae44a5afc87989083b.zip |
Add missing include in dtch
Diffstat (limited to 'bin')
-rw-r--r-- | bin/dtch.c | 1 |
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> |