From 5296cf73326c4513972285fcfcbdbc1cd8a1a4c0 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 30 Nov 2000 19:12:36 +0000 Subject: [PATCH] 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 --- support/htpasswd.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1