diff options
-rw-r--r-- | port_fwd.c | 2 | ||||
-rw-r--r-- | util.h | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,8 @@ #include <errno.h> #include <fcntl.h> #include <sched.h> +#include <unistd.h> +#include <stdio.h> #include "util.h" #include "port_fwd.h" @@ -10,6 +10,7 @@ #include <stdarg.h> #include <stdbool.h> #include <string.h> +#include <signal.h> #include "log.h" |