diff options
author | Geoffrey Young <geoff@apache.org> | 2004-07-12 18:36:42 +0200 |
---|---|---|
committer | Geoffrey Young <geoff@apache.org> | 2004-07-12 18:36:42 +0200 |
commit | 23d0b267f005b8fd90d12ff8e9ab5e015b2059c7 (patch) | |
tree | dd21ad2bce4e95bb977194852bf78bbcf591968b /server/main.c | |
parent | update transformation (diff) | |
download | apache2-23d0b267f005b8fd90d12ff8e9ab5e015b2059c7.tar.xz apache2-23d0b267f005b8fd90d12ff8e9ab5e015b2059c7.zip |
fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104249 13f79535-47bb-0310-9956-ffa450edef68
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" |