From f979a343af918e5f8ef7f619af67771df4299d00 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 20 Sep 2002 06:14:31 +0000 Subject: [PATCH] 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 --- modules/aaa/mod_authn_dbm.c | 1 + modules/aaa/mod_authn_file.c | 1 + 2 files changed, 2 insertions(+) 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" -- 2.50.1