From e20aa221ff143902758cafca668034e29652c9da Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 1 Oct 2020 15:25:35 +0100 Subject: [PATCH] conf: move inclusion of common.h back to the start otherwise the feature-test-macros won't kick in as they should. should fix #329 --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index b7c4b75..e0d6634 100644 --- a/src/conf.c +++ b/src/conf.c @@ -23,8 +23,8 @@ * add new directives to. Who knows if I'm right though. */ -#include #include "common.h" +#include #include "conf.h" #include "acl.h"