diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/time64_limits.h | 2 |
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 @@ | |||
| 8 | #ifndef TIME64_LIMITS_H | 8 | #ifndef TIME64_LIMITS_H |
| 9 | #define TIME64_LIMITS_H | 9 | #define TIME64_LIMITS_H |
| 10 | 10 | ||
| 11 | #include <time.h> | ||
| 12 | |||
| 11 | /* Max/min for localtime() */ | 13 | /* Max/min for localtime() */ |
| 12 | #define SYSTEM_LOCALTIME_MAX 2147483647 | 14 | #define SYSTEM_LOCALTIME_MAX 2147483647 |
| 13 | #define SYSTEM_LOCALTIME_MIN -2147483647-1 | 15 | #define SYSTEM_LOCALTIME_MIN -2147483647-1 |
