From dfd8f3f735d222b6ea804644d52f0dbff51706b9 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 22 Feb 2008 09:48:18 +0000 Subject: - MFH: Fixed bug #44209: strtotime doesn't support 64 bit timestamps. --- ext/date/lib/timelib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/date') diff --git a/ext/date/lib/timelib.h b/ext/date/lib/timelib.h index da6fb58417..af7e7118b6 100644 --- a/ext/date/lib/timelib.h +++ b/ext/date/lib/timelib.h @@ -22,6 +22,9 @@ #define __TIMELIB_H__ #include "timelib_structs.h" +#if HAVE_LIMITS_H +#include +#endif #define TIMELIB_NONE 0x00 #define TIMELIB_OVERRIDE_TIME 0x01 -- cgit v1.2.1