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:
@@ -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);
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user