summaryrefslogtreecommitdiff
path: root/pullreqd.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-08 20:04:45 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-08 20:04:45 -0400
commitaa52668b36218a8ee85bab6da014b7e2c037cfc0 (patch)
treedd3d8d8bcaac8857fcb41acbc4e4f724e1e39ef5 /pullreqd.c
parentb21be68d33290109153f21dc71d35ff2ec872445 (diff)
Include `config.h` in `pullreqd.c`.
I forgot to add it. oof
Diffstat (limited to 'pullreqd.c')
-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. */