summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/time64_limits.h2
1 files changed, 2 insertions, 0 deletions
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