aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-event.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-04-03 20:15:33 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-04-03 20:15:33 +0800
commit7415694be725694f8f6fc6484aeca81974ab24ba (patch)
tree3553e8ce15b1139ff2a970be3ca1c811683d63b9 /mail/em-event.c
parentd428c052b502020ff94d2b431c6105159a920124 (diff)
downloadgsoc2013-evolution-7415694be725694f8f6fc6484aeca81974ab24ba.tar
gsoc2013-evolution-7415694be725694f8f6fc6484aeca81974ab24ba.tar.gz
gsoc2013-evolution-7415694be725694f8f6fc6484aeca81974ab24ba.tar.bz2
gsoc2013-evolution-7415694be725694f8f6fc6484aeca81974ab24ba.tar.lz
gsoc2013-evolution-7415694be725694f8f6fc6484aeca81974ab24ba.tar.xz
gsoc2013-evolution-7415694be725694f8f6fc6484aeca81974ab24ba.tar.zst
gsoc2013-evolution-7415694be725694f8f6fc6484aeca81974ab24ba.zip
Don't #include <composer/e-msg-composer.h> since we don't install that
2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/em-event.h: Don't #include <composer/e-msg-composer.h> since we don't install that file. Doing so prevents third-party applications like mail-notification from building. (#400241) svn path=/trunk/; revision=33375
Diffstat (limited to 'mail/em-event.c')
-rw-r--r--mail/em-event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-event.c b/mail/em-event.c
index 228fcf78db..0fae713277 100644
--- a/mail/em-event.c
+++ b/mail/em-event.c
@@ -30,6 +30,7 @@
#include <glib.h>
#include "em-event.h"
+#include "composer/e-msg-composer.h"
#include "libedataserver/e-msgport.h"
#include <e-util/e-icon-factory.h>