From ff23f3249b775713da7ded13ac1e91526645718e Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 13 Sep 2020 01:27:41 +0100 Subject: [PATCH] conf.c: include common.h --- src/conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf.c b/src/conf.c index 0d164a6..b7c8da4 100644 --- a/src/conf.c +++ b/src/conf.c @@ -23,6 +23,7 @@ * add new directives to. Who knows if I'm right though. */ +#include "common.h" #include "conf.h" #include "acl.h"