diff options
Diffstat (limited to '')
-rw-r--r-- | server/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/main.c b/server/main.c index 46a72c9489..500009550f 100644 --- a/server/main.c +++ b/server/main.c @@ -30,6 +30,7 @@ #include "http_main.h" #include "http_log.h" #include "http_config.h" +#include "http_core.h" #include "http_vhost.h" #include "apr_uri.h" #include "util_ebcdic.h" |