diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-11-11 06:36:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-11-11 06:36:36 +0800 |
commit | ddeb876285c57a55ac2081048f4288f61dba3a8b (patch) | |
tree | 44a14367c8e6287fd03cc4c8c2d74211c3237ef3 /camel | |
parent | 10c4866381a1fc837e7dc96c6f5d970565ccf570 (diff) | |
download | gsoc2013-evolution-ddeb876285c57a55ac2081048f4288f61dba3a8b.tar.gz gsoc2013-evolution-ddeb876285c57a55ac2081048f4288f61dba3a8b.tar.zst gsoc2013-evolution-ddeb876285c57a55ac2081048f4288f61dba3a8b.zip |
include a header
svn path=/trunk/; revision=27887
Diffstat (limited to 'camel')
-rw-r--r-- | camel/providers/imap4/camel-imap4-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap4/camel-imap4-utils.c b/camel/providers/imap4/camel-imap4-utils.c index d1bcbca27f..7cf476533e 100644 --- a/camel/providers/imap4/camel-imap4-utils.c +++ b/camel/providers/imap4/camel-imap4-utils.c @@ -33,6 +33,7 @@ #include "camel-imap4-engine.h" #include "camel-imap4-stream.h" #include "camel-imap4-command.h" +#include "camel-imap4-summary.h" #include "camel-imap4-store-summary.h" #include "camel-imap4-utils.h" |