diff options
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |