diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-12-21 20:32:33 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-12-21 20:32:33 +0000 |
commit | a459c026e177061376b19e4ed8f0bac0f253d7de (patch) | |
tree | 0c07610bd403facb5cf18912185e81d85e2bd06f | |
parent | 7c0baa0a3ab9520823b7e08dd5a97663e8de601a (diff) | |
download | httpd-a459c026e177061376b19e4ed8f0bac0f253d7de.tar.gz |
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
-rw-r--r-- | support/htpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> #endif -#include "ap_config.h" #include "apr_md5.h" #include "ap_sha1.h" #include <signal.h> |