Commit 0e5a6668 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent deb2daf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>