You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by or...@apache.org on 2001/07/31 19:30:12 UTC

cvs commit: httpd-proxy/module-2.0 mod_proxy.h

orlikowski    01/07/31 10:30:12

  Modified:    module-2.0 mod_proxy.h
  Log:
  Oops. Include the right headers...
  
  Revision  Changes    Path
  1.55      +1 -0      httpd-proxy/module-2.0/mod_proxy.h
  
  Index: mod_proxy.h
  ===================================================================
  RCS file: /home/cvs/httpd-proxy/module-2.0/mod_proxy.h,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- mod_proxy.h	2001/07/31 16:25:18	1.54
  +++ mod_proxy.h	2001/07/31 17:30:12	1.55
  @@ -88,6 +88,7 @@
   #include "apr_strings.h"
   #include "apr_buckets.h"
   #include "apr_md5.h"
  +#include "apr_network_io.h"
   #include "apr_pools.h"
   #include "apr_strings.h"
   #include "apr_uri.h"