You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/09/20 08:14:31 UTC

cvs commit: httpd-2.0/modules/aaa mod_authn_file.c mod_authn_dbm.c

jerenkrantz    2002/09/19 23:14:31

  Modified:    modules/aaa mod_authn_file.c mod_authn_dbm.c
  Log:
  Add missing includes in mod_authn_file and mod_authn_dbm.
  
  Submitted by:	Sebastian Bergmann <li...@sebastian-bergmann.de>
  Reviewed by:	Justin Erenkrantz
  
  Revision  Changes    Path
  1.5       +1 -0      httpd-2.0/modules/aaa/mod_authn_file.c
  
  Index: mod_authn_file.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_file.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- mod_authn_file.c	20 Sep 2002 00:57:49 -0000	1.4
  +++ mod_authn_file.c	20 Sep 2002 06:14:31 -0000	1.5
  @@ -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"
  
  
  
  1.6       +1 -0      httpd-2.0/modules/aaa/mod_authn_dbm.c
  
  Index: mod_authn_dbm.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_dbm.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- mod_authn_dbm.c	20 Sep 2002 00:57:49 -0000	1.5
  +++ mod_authn_dbm.c	20 Sep 2002 06:14:31 -0000	1.6
  @@ -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"