diff options
author | Jim Jagielski <jim@apache.org> | 2011-11-22 15:02:25 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-11-22 15:02:25 +0100 |
commit | f94cf9a7f07067f39c6570c5f041300886d6a92a (patch) | |
tree | ba87eebe35c8d69d88cfad63150322d89f1b79fc /server/util_expr_eval.c | |
parent | Add the ability to access the connection level remote IP address from the (diff) | |
download | apache2-f94cf9a7f07067f39c6570c5f041300886d6a92a.tar.xz apache2-f94cf9a7f07067f39c6570c5f041300886d6a92a.zip |
Hello. Let's compile again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/util_expr_eval.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index ee56c51988..86631a473a 100644 --- a/server/util_expr_eval.c +++ b/server/util_expr_eval.c @@ -29,6 +29,8 @@ #include "apr_lib.h" #include "apr_fnmatch.h" +#include <limits.h> /* for INT_MAX */ + /* we know core's module_index is 0 */ #undef APLOG_MODULE_INDEX #define APLOG_MODULE_INDEX AP_CORE_MODULE_INDEX |