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
This commit is contained in:
rofl0r 2020-10-01 15:25:35 +01:00
parent 8d27503cc3
commit e20aa221ff

View File

@ -23,8 +23,8 @@
* add new directives to. Who knows if I'm right though.
*/
#include <regex.h>
#include "common.h"
#include <regex.h>
#include "conf.h"
#include "acl.h"