projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb48e5
)
apr trunk-able
author
Jim Jagielski
<jim@apache.org>
Mon, 4 Mar 2013 11:26:17 +0000
(11:26 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/modules/proxy/proxy_util.c
b/modules/proxy/proxy_util.c
index f4f6a4e54d65f642775e7b63dbe073507786d800..f342a7483401a050b43c134f631757c2f835e9de 100644
(file)
--- a/
modules/proxy/proxy_util.c
+++ b/
modules/proxy/proxy_util.c
@@
-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);