]> granicus.if.org Git - apache/commitdiff
Add missing include for experimental is_connected.
authorMladen Turk <mturk@apache.org>
Tue, 3 Oct 2006 07:15:46 +0000 (07:15 +0000)
committerMladen Turk <mturk@apache.org>
Tue, 3 Oct 2006 07:15:46 +0000 (07:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@452327 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 4b3f0659c370d0fc348420fe32a9efadd229fdfd..c9a774e0af903718afdcdf6eb47c3e8503683981 100644 (file)
@@ -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 <sys/ioctl.h>
+#endif
 #define USE_ALTERNATE_IS_CONNECTED 1
 #else
 #define USE_ALTERNATE_IS_CONNECTED 0