You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2002/04/09 13:13:00 UTC

cvs commit: apr/include apr_atomic.h

trawick     02/04/09 04:13:00

  Modified:    include  apr_atomic.h
  Log:
  get apr_atomic.h to compile again; decls for some APR
  types were needed
  
  Revision  Changes    Path
  1.22      +2 -0      apr/include/apr_atomic.h
  
  Index: apr_atomic.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_atomic.h,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- apr_atomic.h	27 Mar 2002 23:51:51 -0000	1.21
  +++ apr_atomic.h	9 Apr 2002 11:13:00 -0000	1.22
  @@ -63,6 +63,8 @@
   extern "C" {
   #endif
   
  +#include "apr_pools.h"
  +
   /**
    * @file apr_atomic.h
    * @brief APR Atomic Operations