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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e5a66680856d500db1cc7893f2676446e641338;p=apache 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 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