]> granicus.if.org Git - apache/commitdiff
Add missing includes in mod_authn_file and mod_authn_dbm.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 20 Sep 2002 06:14:31 +0000 (06:14 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 20 Sep 2002 06:14:31 +0000 (06:14 +0000)
Submitted by: Sebastian Bergmann <lists@sebastian-bergmann.de>
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
modules/aaa/mod_authn_file.c

index 33486c48721b9b467b27130d0956587d0510773f..92ed081ae6acbc2b40c81cbb24f0300543e453a4 100644 (file)
@@ -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"
index de79253e67265e33f144637ce1bf701ae67f715e..2188c540e96ce753f57c2e1bba6fdc4ea7852e33 100644 (file)
@@ -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"