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/11/22 20:44:17 UTC

cvs commit: apr-util/include apr_uri.h

trawick     2002/11/22 11:44:17

  Modified:    include  apr_uri.h
  Log:
  use syntax for non-system includes when including apr_network_io.h
  
  apr-util does that for all other includes of apr header files
  
  user says that fixes their C++ compile
  
  PR:               14026
  Submitted by:	  James Addison <ja...@acdsystems.com>
  Reviewed by:	  Jeff Trawick
  
  Revision  Changes    Path
  1.14      +1 -1      apr-util/include/apr_uri.h
  
  Index: apr_uri.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_uri.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- apr_uri.h	10 Nov 2002 09:24:13 -0000	1.13
  +++ apr_uri.h	22 Nov 2002 19:44:16 -0000	1.14
  @@ -70,7 +70,7 @@
   
   #include "apu.h"
   
  -#include <apr_network_io.h>
  +#include "apr_network_io.h"
   
   #ifdef __cplusplus
   extern "C" {