]> granicus.if.org Git - apache/commitdiff
Get htpasswd.c to build on EBCDIC machines again.
authorJeff Trawick <trawick@apache.org>
Thu, 30 Nov 2000 19:12:36 +0000 (19:12 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 30 Nov 2000 19:12:36 +0000 (19:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87141 13f79535-47bb-0310-9956-ffa450edef68

support/htpasswd.c

index 77e6bdc915b5ebc1bc5e3553d5caa3dba426e8a2..3d9bfbe91387e5cd5a8bbd5ebadf9e99fdd2be43 100644 (file)
@@ -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>