You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@locus.apache.org on 2000/07/15 04:03:05 UTC

cvs commit: apache-2.0/src/lib/apr/include apr_hash.h

gstein      00/07/14 19:03:05

  Modified:    src/lib/apr/include apr_hash.h
  Log:
  toss in a dependent include
  
  Revision  Changes    Path
  1.4       +3 -0      apache-2.0/src/lib/apr/include/apr_hash.h
  
  Index: apr_hash.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_hash.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apr_hash.h	2000/07/10 02:58:19	1.3
  +++ apr_hash.h	2000/07/15 02:03:05	1.4
  @@ -63,6 +63,9 @@
   extern "C" {
   #endif
   
  +#include "apr_pools.h"
  +
  +
   /*
    * Abstract type for hash tables.
    */