diff options
author | nicm <nicm> | 2014-10-20 23:27:14 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-10-20 23:27:14 +0000 |
commit | 900f6fc17e6764377a8e293ce742fb41f1add9bd (patch) | |
tree | 566ebe615f419bcca0cf2cd5a8e470228f192dca /job.c | |
parent | 30bacf6f3038a867b53143150944f0997558114b (diff) | |
download | rtmux-900f6fc17e6764377a8e293ce742fb41f1add9bd.tar.gz rtmux-900f6fc17e6764377a8e293ce742fb41f1add9bd.tar.bz2 rtmux-900f6fc17e6764377a8e293ce742fb41f1add9bd.zip |
Tidy up some includes.
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ #include <fcntl.h> #include <paths.h> +#include <signal.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |