From: Jeff Trawick Date: Thu, 30 Nov 2000 19:12:36 +0000 (+0000) Subject: Get htpasswd.c to build on EBCDIC machines again. X-Git-Tag: moving_to_httpd_module~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5296cf73326c4513972285fcfcbdbc1cd8a1a4c0;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/htpasswd.c b/support/htpasswd.c index 77e6bdc915b..3d9bfbe9138 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