apr trunk-able
authorJim Jagielski <jim@apache.org>
Mon, 4 Mar 2013 11:26:17 +0000 (11:26 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 4 Mar 2013 11:26:17 +0000 (11:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1452259 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index f4f6a4e54d65f642775e7b63dbe073507786d800..f342a7483401a050b43c134f631757c2f835e9de 100644 (file)
@@ -34,7 +34,9 @@
 #if APR_HAVE_SYS_UN_H
 #include <sys/un.h>
 #endif
+#if (APR_MAJOR_VERSION < 2)
 #include "apr_support.h"        /* for apr_wait_for_io_or_timeout() */
+#endif
 
 APLOG_USE_MODULE(proxy);