You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ak...@locus.apache.org on 2000/06/19 19:53:15 UTC

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

ake         00/06/19 10:53:13

  Modified:    src/lib/apr/include apr_portable.h
  Log:
  Include dso api's
  
  Revision  Changes    Path
  1.34      +1 -0      apache-2.0/src/lib/apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_portable.h,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- apr_portable.h	2000/05/23 21:03:56	1.33
  +++ apr_portable.h	2000/06/19 17:53:12	1.34
  @@ -70,6 +70,7 @@
   #include "apr_errno.h"
   #include "apr_lock.h"
   #include "apr_time.h"
  +#include "apr_dso.h"
   
   #if APR_HAVE_DIRENT_H
   #include <dirent.h>