diff options
author | Jeff Trawick <trawick@apache.org> | 2000-08-07 22:09:44 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-08-07 22:09:44 +0200 |
commit | afa05b81554ba70d46e5fd4cdc6130b154ef7000 (patch) | |
tree | 2a5df60c4536b0dc380eb12ec5ce1f09a1f09fce /server/util_ebcdic.c | |
parent | Fix some problems with the apr conversion so that APACHE_XLATE builds work (diff) | |
download | apache2-afa05b81554ba70d46e5fd4cdc6130b154ef7000.tar.xz apache2-afa05b81554ba70d46e5fd4cdc6130b154ef7000.zip |
Include apr_strings.h to avoid missing-prototype warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util_ebcdic.c')
-rw-r--r-- | server/util_ebcdic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/util_ebcdic.c b/server/util_ebcdic.c index 9ca292d87c..f0155906c6 100644 --- a/server/util_ebcdic.c +++ b/server/util_ebcdic.c @@ -60,6 +60,7 @@ #ifdef CHARSET_EBCDIC +#include "apr_strings.h" #include "httpd.h" #include "http_log.h" #include "http_core.h" |