Commit 37dbfc00 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Fix missing limits.h header, required for 2.4.next release,

masked on many platforms by intrinsic limits.h inclusion by
other headers.

Backports: r1736243

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1736253 13f79535-47bb-0310-9956-ffa450edef68
parent 176bb3fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@
#include "apr_want.h"
#include "apr_general.h"

#if APR_HAVE_LIMITS_H
#include <limits.h>
#endif

#include "ap_socache.h"

/* XXX Unfortunately, there are still many unsigned ints in use here, so we