From 37fa07f77652fbaeb557a829866d4fa96221ed5d Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Tue, 31 Jul 2001 17:30:12 +0000 Subject: [PATCH] Oops. Include the right headers... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89836 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index ca5abc10f4..4cd3a98311 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" -- 2.40.0