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:
parent
8d27503cc3
commit
e20aa221ff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user