]> granicus.if.org Git - apache/commitdiff
This should build entirely with apr/aprutil support
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Dec 2000 20:32:33 +0000 (20:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Dec 2000 20:32:33 +0000 (20:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87499 13f79535-47bb-0310-9956-ffa450edef68

support/htpasswd.c

index 832ae4b85219406d9f47ee7651d85efc5b37064d..56b995a37320eab966c4b20bf6dbd8fc6ff5c029 100644 (file)
@@ -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>