From: Geoffrey Young Date: Mon, 12 Jul 2004 16:36:42 +0000 (+0000) Subject: fix compiler warnings X-Git-Tag: pre_ajp_proxy~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23d0b267f005b8fd90d12ff8e9ab5e015b2059c7;p=apache fix compiler warnings git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104249 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_so.c b/modules/mappers/mod_so.c index 4ae1ed3425..2f16beb18e 100644 --- a/modules/mappers/mod_so.c +++ b/modules/mappers/mod_so.c @@ -352,7 +352,6 @@ static void ap_dump_loaded_modules(apr_pool_t* p, server_rec* s) ap_module_symbol_t *modie; ap_module_symbol_t *modi; so_server_conf *sconf; - module *modp; int i; apr_file_t *out = NULL; apr_file_open_stderr(&out, p); 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"