From ff7aecf1127fe9d1aee0ba56a0a6c625667cb396 Mon Sep 17 00:00:00 2001
From: Greg Dennis
Date: Thu, 6 Apr 2017 10:12:14 -0400
Subject: Update time64_limits.h

This depends on the 'tm' type being declared, which is defined in time.h.---
 src/time64_limits.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src')

diff --git a/src/time64_limits.h b/src/time64_limits.h
index 91079af..1151cf2 100644
--- a/src/time64_limits.h
+++ b/src/time64_limits.h
@@ -8,6 +8,8 @@
 #ifndef TIME64_LIMITS_H
 #define TIME64_LIMITS_H
 
+#include <time.h>
+
 /* Max/min for localtime() */
 #define SYSTEM_LOCALTIME_MAX     2147483647
 #define SYSTEM_LOCALTIME_MIN    -2147483647-1
-- 
cgit v1.1-32-gdbae