You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/12/21 21:32:34 UTC

cvs commit: httpd-2.0/support htpasswd.c

wrowe       00/12/21 12:32:34

  Modified:    support  htpasswd.c
  Log:
    This should build entirely with apr/aprutil support
  
  Revision  Changes    Path
  1.28      +1 -1      httpd-2.0/support/htpasswd.c
  
  Index: htpasswd.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/htpasswd.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- htpasswd.c	2000/12/20 16:43:54	1.27
  +++ htpasswd.c	2000/12/21 20:32:33	1.28
  @@ -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>