aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/alarm.h')
-rw-r--r--calendar/gui/alarm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/alarm.h b/calendar/gui/alarm.h
index 39f7281ce7..079eb79121 100644
--- a/calendar/gui/alarm.h
+++ b/calendar/gui/alarm.h
@@ -1,6 +1,8 @@
#ifndef ALARM_H
#define ALARM_H
+#include <time.h>
+
typedef void (*AlarmFunction)(time_t time, void *closuse);
void alarm_init (void);