diff options
author | JP Rosevear <jpr@ximian.com> | 2004-02-11 17:17:36 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-02-11 17:17:36 +0800 |
commit | 5754e74e0cc60f309151bdb24627465693ab8565 (patch) | |
tree | bb7830c52305d024573a0b52a98f8ac821f15d1d /mail | |
parent | 06b08adb257351bf8080d960fb98b4265cc43081 (diff) | |
download | gsoc2013-evolution-5754e74e0cc60f309151bdb24627465693ab8565.tar.gz gsoc2013-evolution-5754e74e0cc60f309151bdb24627465693ab8565.tar.zst gsoc2013-evolution-5754e74e0cc60f309151bdb24627465693ab8565.zip |
include camel-operation.h
2004-02-11 JP Rosevear <jpr@ximian.com>
* importers/mail-importer.h: include camel-operation.h
svn path=/trunk/; revision=24702
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/importers/mail-importer.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 96357f39da..100fd384b1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2004-02-11 JP Rosevear <jpr@ximian.com> + + * importers/mail-importer.h: include camel-operation.h + 2004-02-11 Not Zed <NotZed@Ximian.com> * importers/pine-importer.c: Basically rewrote this, the import diff --git a/mail/importers/mail-importer.h b/mail/importers/mail-importer.h index 2f28538a80..b199f838ab 100644 --- a/mail/importers/mail-importer.h +++ b/mail/importers/mail-importer.h @@ -23,6 +23,8 @@ #ifndef __MAIL_IMPORTER_H__ #define __MAIL_IMPORTER_H__ +#include <camel/camel-operation.h> + struct _MailComponent *mc; typedef struct _MailImporter MailImporter; |