aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gnome-cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gnome-cal.c')
-rw-r--r--calendar/gnome-cal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c
index 387d46a31c..d54c4e98df 100644
--- a/calendar/gnome-cal.c
+++ b/calendar/gnome-cal.c
@@ -10,6 +10,7 @@
#include <signal.h>
#include <sys/wait.h>
#include <fcntl.h>
+#include "alarm.h"
#include "calendar.h"
#include "gnome-cal.h"
#include "gncal-day-panel.h"
@@ -357,7 +358,7 @@ execute (char *command, int close_standard)
sigaction (SIGQUIT, &save_quit, NULL);
}
-void
+static void
mail_notify (char *mail_address, char *text, time_t app_time)
{
pid_t pid;