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:
@@ -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
|
||||
|
Reference in New Issue
Block a user