diff options
Diffstat (limited to 'date.c')
-rw-r--r-- | date.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ #include <ctype.h> #include <time.h> +#include "cache.h" + static time_t my_mktime(struct tm *tm) { static const int mdays[] = { |