summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pullreqd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pullreqd.c b/pullreqd.c
index 95d131a..1c76241 100644
--- a/pullreqd.c
+++ b/pullreqd.c
@@ -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. */