diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-10-20 13:03:16 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-10-20 13:03:16 +0800 |
commit | 0ec5adff542f07f1e6117cf908c9b0a71b7ccb9c (patch) | |
tree | 3b469bc07e5f0fd451452df8d0846732fc8d367b /mail/mail-component.h | |
parent | e21c5fe007fc309c1d90460e3cac65331f960056 (diff) | |
download | gsoc2013-evolution-0ec5adff542f07f1e6117cf908c9b0a71b7ccb9c.tar.gz gsoc2013-evolution-0ec5adff542f07f1e6117cf908c9b0a71b7ccb9c.tar.zst gsoc2013-evolution-0ec5adff542f07f1e6117cf908c9b0a71b7ccb9c.zip |
Patch from Patrick Ohly <Patrick.Ohly@gmx.de>: Fix for a build break while compiling out-of-tree.
svn path=/trunk/; revision=36663
Diffstat (limited to 'mail/mail-component.h')
-rw-r--r-- | mail/mail-component.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-component.h b/mail/mail-component.h index 95017b5149..3aa088c890 100644 --- a/mail/mail-component.h +++ b/mail/mail-component.h @@ -27,7 +27,7 @@ #include <bonobo/bonobo-object.h> #include "shell/evolution-component.h" -#include "Evolution-Mail.h" +#include "mail/Evolution-Mail.h" struct _CamelStore; |