aboutsummaryrefslogtreecommitdiff
path: root/weekly.h
diff options
context:
space:
mode:
Diffstat (limited to 'weekly.h')
-rw-r--r--weekly.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/weekly.h b/weekly.h
index 6c5d4cd..e834606 100644
--- a/weekly.h
+++ b/weekly.h
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <ctype.h>
#include <time.h>
#if defined(_WIN32) || defined(_WIN64)
@@ -71,6 +72,7 @@
#define RECORD_STYLE_LONG 1
#define RECORD_STYLE_CSV 2
#define RECORD_STYLE_DICT 3
+#define WEEK_MAX 54
struct Record {
char *date;