1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

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
This commit is contained in:
Mladen Turk
2006-10-03 07:15:46 +00:00
parent 2890c834f7
commit 29bb9d02c7

View 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