From: Mladen Turk Date: Tue, 3 Oct 2006 07:15:46 +0000 (+0000) Subject: Add missing include for experimental is_connected. X-Git-Tag: 2.3.0~2097 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29bb9d02c7cc9c3f572b3859d22cc34e14abf51f;p=apache Add missing include for experimental is_connected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@452327 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 4b3f0659c3..c9a774e0af 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -2078,6 +2078,9 @@ ap_proxy_determine_connection(apr_pool_t *p, request_rec *r, /* Tested platforms on which the alternative is_connected * method works. */ +#ifndef _MSC_VER +#include +#endif #define USE_ALTERNATE_IS_CONNECTED 1 #else #define USE_ALTERNATE_IS_CONNECTED 0