aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-content.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail/e-mail-shell-content.h')
-rw-r--r--modules/mail/e-mail-shell-content.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-content.h b/modules/mail/e-mail-shell-content.h
index a5263bc561..b0a89361cb 100644
--- a/modules/mail/e-mail-shell-content.h
+++ b/modules/mail/e-mail-shell-content.h
@@ -25,7 +25,7 @@
#include <shell/e-shell-content.h>
#include <shell/e-shell-searchbar.h>
#include <shell/e-shell-view.h>
-
+#include <mail/e-mail-view.h>
#include <mail/em-format-html-display.h>
/* Standard GObject macros */
@@ -55,6 +55,7 @@ typedef struct _EMailShellContentPrivate EMailShellContentPrivate;
struct _EMailShellContent {
EShellContent parent;
+ EMailView *view;
EMailShellContentPrivate *priv;
};