diff options
Diffstat (limited to 'pullreqd.c')
-rw-r--r-- | pullreqd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ #include <sys/types.h> #include <syslog.h> #include <unistd.h> +#include "config.h" pid_t fork_proc() { /* Fork off the parent. */ |