From: Victor J. Orlikowski Date: Tue, 31 Jul 2001 17:30:12 +0000 (+0000) Subject: Oops. Include the right headers... X-Git-Tag: 2.0.23~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37fa07f77652fbaeb557a829866d4fa96221ed5d;p=thirdparty%2Fapache%2Fhttpd.git Oops. Include the right headers... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89836 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index ca5abc10f42..4cd3a983115 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -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"