aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm.h
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-03-08 12:11:48 +0800
committerSeth Alves <alves@src.gnome.org>2000-03-08 12:11:48 +0800
commit6dd08625faec99336f9a368e8277a55711d90fa2 (patch)
tree8398db815bea93b07f2a378d2fd5e86ea633e98f /calendar/gui/alarm-notify/alarm.h
parent819b11244a22c0d9086414ced67388eee2e07a98 (diff)
downloadgsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.gz
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.bz2
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.lz
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.xz
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.tar.zst
gsoc2013-evolution-6dd08625faec99336f9a368e8277a55711d90fa2.zip
track movement of calobj.[ch]
svn path=/trunk/; revision=2086
Diffstat (limited to 'calendar/gui/alarm-notify/alarm.h')
-rw-r--r--calendar/gui/alarm-notify/alarm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm.h b/calendar/gui/alarm-notify/alarm.h
index 6bb5c1afa5..c1dbd9cb61 100644
--- a/calendar/gui/alarm-notify/alarm.h
+++ b/calendar/gui/alarm-notify/alarm.h
@@ -2,7 +2,7 @@
#define ALARM_H
#include <time.h>
-#include "pcs/calobj.h"
+#include "cal-util/calobj.h"
typedef void (*AlarmFunction)(time_t time, CalendarAlarm *which, void *closuse);