1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

fix compiler warnings

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Geoffrey Young
2004-07-12 16:36:42 +00:00
parent 10bca942cf
commit 23d0b267f0
2 changed files with 1 additions and 1 deletions

View 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);

View 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"