From: William A. Rowe Jr Date: Wed, 11 Aug 2004 21:49:40 +0000 (+0000) Subject: Make sure that APR_MAJOR_VERSION is defined. X-Git-Tag: post_ajp_proxy~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c283844ab0088c0539d71b6608e138d9c6cc2bf;p=thirdparty%2Fapache%2Fhttpd.git Make sure that APR_MAJOR_VERSION is defined. Submitted by: jfclere git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104575 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index fba77162f7d..d84a0e4e499 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -16,6 +16,7 @@ /* Utility routines for Apache proxy */ #include "mod_proxy.h" #include "ap_mpm.h" +#include "apr_version.h" #if (APR_MAJOR_VERSION < 1) #undef apr_socket_create