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...@apache.org on 2002/06/06 06:58:43 UTC

cvs commit: httpd-2.0/modules/filters mod_include.h

wrowe       2002/06/05 21:58:43

  Modified:    modules/filters mod_include.h
  Log:
    Need to grok optional fns.
  
  Revision  Changes    Path
  1.33      +1 -0      httpd-2.0/modules/filters/mod_include.h
  
  Index: mod_include.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/filters/mod_include.h,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- mod_include.h	29 Mar 2002 08:17:21 -0000	1.32
  +++ mod_include.h	6 Jun 2002 04:58:43 -0000	1.33
  @@ -60,6 +60,7 @@
   #define _MOD_INCLUDE_H 1
   
   #include "apr_pools.h"
  +#include "apr_optional.h"
   
   #define STARTING_SEQUENCE "<!--#"
   #define ENDING_SEQUENCE "-->"