]> granicus.if.org Git - apache/commitdiff
fix compiler warnings
authorGeoffrey Young <geoff@apache.org>
Mon, 12 Jul 2004 16:36:42 +0000 (16:36 +0000)
committerGeoffrey Young <geoff@apache.org>
Mon, 12 Jul 2004 16:36:42 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104249 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_so.c
server/main.c

index 4ae1ed3425455a2804cacb956a9769d3657339ed..2f16beb18e76bedb25c25978361adf32bac3476e 100644 (file)
@@ -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);
index 46a72c9489ffc1c41e249d2c07e49a4a9420ac48..500009550f4fa09ec2d0dc9a0044cf8760f293b5 100644 (file)
@@ -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"