On Tuesday 22 November 2011, [email protected] wrote: > Author: jim > Date: Tue Nov 22 14:02:25 2011 > New Revision: 1204998 > > URL: http://svn.apache.org/viewvc?rev=1204998&view=rev > Log: > Hello. Let's compile again. > > Modified: > httpd/httpd/trunk/server/util_expr_eval.c > > Modified: httpd/httpd/trunk/server/util_expr_eval.c > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_expr_ev > al.c?rev=1204998&r1=1204997&r2=1204998&view=diff > ================================================================== > ============ --- httpd/httpd/trunk/server/util_expr_eval.c > (original) > +++ httpd/httpd/trunk/server/util_expr_eval.c Tue Nov 22 14:02:25 > 2011 @@ -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
Interesting. On Unix and Netware, apr.h already includes limits.h. But on Windows it doesn't. Shouldn't that be identical on all platforms? Such differences don't make writing portable code any easier.
