diff options
-rw-r--r-- | src/html-error.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/html-error.c b/src/html-error.c index 78c3ef0..daf44d3 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -20,10 +20,9 @@ * HTML error pages with variable substitution. */ -#include <regex.h> +#include "common.h" #include "main.h" -#include "common.h" #include "buffer.h" #include "conns.h" #include "heap.h" @@ -32,6 +31,8 @@ #include "utils.h" #include "conf.h" +#include <regex.h> + /* * Add an error number -> filename mapping to the errorpages list. */ |