From: William A. Rowe Jr Date: Thu, 21 Dec 2000 20:32:33 +0000 (+0000) Subject: This should build entirely with apr/aprutil support X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a459c026e177061376b19e4ed8f0bac0f253d7de;p=apache This should build entirely with apr/aprutil support git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87499 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htpasswd.c b/support/htpasswd.c index 832ae4b852..56b995a373 100644 --- a/support/htpasswd.c +++ b/support/htpasswd.c @@ -80,6 +80,7 @@ */ #include "apr.h" +#include "apr_lib.h" #include "apr_strings.h" #include "apr_errno.h" #include "apr_file_io.h" @@ -89,7 +90,6 @@ #include #endif -#include "ap_config.h" #include "apr_md5.h" #include "ap_sha1.h" #include