From: Justin Erenkrantz Date: Fri, 20 Sep 2002 06:14:31 +0000 (+0000) Subject: Add missing includes in mod_authn_file and mod_authn_dbm. X-Git-Tag: WROWE_2_0_43_PRE1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f979a343af918e5f8ef7f619af67771df4299d00;p=apache Add missing includes in mod_authn_file and mod_authn_dbm. Submitted by: Sebastian Bergmann Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96926 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authn_dbm.c b/modules/aaa/mod_authn_dbm.c index 33486c4872..92ed081ae6 100644 --- a/modules/aaa/mod_authn_dbm.c +++ b/modules/aaa/mod_authn_dbm.c @@ -71,6 +71,7 @@ #include "apr_dbm.h" #include "apr_md5.h" /* for apr_password_validate */ +#include "ap_provider.h" #include "httpd.h" #include "http_config.h" #include "http_core.h" diff --git a/modules/aaa/mod_authn_file.c b/modules/aaa/mod_authn_file.c index de79253e67..2188c540e9 100644 --- a/modules/aaa/mod_authn_file.c +++ b/modules/aaa/mod_authn_file.c @@ -74,6 +74,7 @@ #include "apr_md5.h" /* for apr_password_validate */ #include "ap_config.h" +#include "ap_provider.h" #include "httpd.h" #include "http_config.h" #include "http_core.h"