diff options
author | Jeff Trawick <trawick@apache.org> | 2000-11-30 20:12:36 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-11-30 20:12:36 +0100 |
commit | 5296cf73326c4513972285fcfcbdbc1cd8a1a4c0 (patch) | |
tree | 6e4ed4b425674d3af1459987dcfb1f01c2ed55e8 /support/htpasswd.c | |
parent | Document mod_log_config %{FOOBAR}C option (diff) | |
download | apache2-5296cf73326c4513972285fcfcbdbc1cd8a1a4c0.tar.xz apache2-5296cf73326c4513972285fcfcbdbc1cd8a1a4c0.zip |
Get htpasswd.c to build on EBCDIC machines again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htpasswd.c')
-rw-r--r-- | support/htpasswd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/htpasswd.c b/support/htpasswd.c index 77e6bdc915..3d9bfbe913 100644 --- a/support/htpasswd.c +++ b/support/htpasswd.c @@ -83,6 +83,7 @@ #include "apr_strings.h" #include "apr_errno.h" #include "apr_file_io.h" +#include "apr_general.h" #if APR_HAVE_STDIO_H #include <stdio.h> |