From aa52668b36218a8ee85bab6da014b7e2c037cfc0 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 8 Jun 2021 20:04:45 -0400 Subject: Include `config.h` in `pullreqd.c`. I forgot to add it. oof --- pullreqd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pullreqd.c') diff --git a/pullreqd.c b/pullreqd.c index 95d131a..1c76241 100644 --- a/pullreqd.c +++ b/pullreqd.c @@ -7,6 +7,7 @@ #include #include #include +#include "config.h" pid_t fork_proc() { /* Fork off the parent. */ -- cgit v1.2.3-13-gbd6f