aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/main.h')
-rw-r--r--calendar/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/main.h b/calendar/main.h
index adab317549..81605a55f6 100644
--- a/calendar/main.h
+++ b/calendar/main.h
@@ -1,3 +1,5 @@
+#ifndef MAIN_H
+#define MAIN_H
extern int day_begin, day_end;
extern char *user_name;
@@ -5,3 +7,5 @@ extern int am_pm_flag;
void properties (void);
void day_range_changed (void);
+
+#endif