summaryrefslogtreecommitdiff
path: root/pullreqd.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-13 19:13:14 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-13 19:13:14 -0400
commit42a0d5feb50e4988a9f19bbfa9aaca9e52f35608 (patch)
tree3ea5f689f817e44bd4898de2c3a05de308554a29 /pullreqd.c
parentec117b9f1d909d638ed54878000cdf4b072c464f (diff)
Include `git.h` in `pullreqd.c`.
Also added the necessary externs.
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 a4a96b0..15d05f3 100644
--- a/pullreqd.c
+++ b/pullreqd.c
@@ -6,6 +6,7 @@
#include <syslog.h>
#include <unistd.h>
#include "config.h"
+#include "git.h"
#include "macros.h"
#include "network.h"