aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-04-23 22:43:58 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-04-25 04:25:44 +0800
commit36c845adbd49318ded71293791cf763eeeef073a (patch)
tree16cb0114b4b21a37c5210cb8898662b0a08b1d68 /calendar
parentbc90469e7f3bfd31dc6530c2d1ba1cc519a8a3a7 (diff)
downloadgsoc2013-evolution-36c845adbd49318ded71293791cf763eeeef073a.tar
gsoc2013-evolution-36c845adbd49318ded71293791cf763eeeef073a.tar.gz
gsoc2013-evolution-36c845adbd49318ded71293791cf763eeeef073a.tar.bz2
gsoc2013-evolution-36c845adbd49318ded71293791cf763eeeef073a.tar.lz
gsoc2013-evolution-36c845adbd49318ded71293791cf763eeeef073a.tar.xz
gsoc2013-evolution-36c845adbd49318ded71293791cf763eeeef073a.tar.zst
gsoc2013-evolution-36c845adbd49318ded71293791cf763eeeef073a.zip
include missing header
Diffstat (limited to 'calendar')
-rw-r--r--calendar/gui/alarm-notify/notify-main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c
index 6e407b0684..10e09f7192 100644
--- a/calendar/gui/alarm-notify/notify-main.c
+++ b/calendar/gui/alarm-notify/notify-main.c
@@ -30,8 +30,9 @@
#include <string.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
-#include <unique/unique.h>
#include <camel/camel.h>
+#include <unique/unique.h>
+#include <dbus/dbus-glib.h>
#include <libedataserver/e-source.h>
#include <libedataserverui/e-passwords.h>