You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/02/24 22:27:30 UTC

cvs commit: httpd-2.0/modules/dav/main util.c

trawick     01/02/24 13:27:30

  Modified:    modules/dav/main util.c
  Log:
  include apr_lib.h for apr_isspace() definition
  
  Revision  Changes    Path
  1.22      +1 -0      httpd-2.0/modules/dav/main/util.c
  
  Index: util.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/main/util.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- util.c	2001/02/16 04:26:36	1.21
  +++ util.c	2001/02/24 21:27:29	1.22
  @@ -58,6 +58,7 @@
   */
   
   #include "apr_strings.h"
  +#include "apr_lib.h"
   
   #define APR_WANT_STRFUNC
   #include "apr_want.h"