include camel-cipher-context.h so we build if nss isn't available.

2004-12-07  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c: include camel-cipher-context.h so we build if
        nss isn't available.

svn path=/trunk/; revision=28080
This commit is contained in:
Not Zed
2004-12-07 03:24:33 +00:00
committed by Michael Zucci
parent fb21b98a15
commit 87a7a18c32
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-12-07 Not Zed <NotZed@Ximian.com>
* e-msg-composer.c: include camel-cipher-context.h so we build if
nss isn't available.
2004-11-26 JP Rosevear <jpr@novell.com>
* e-msg-composer.c (create_composer): get image from icon factory

View File

@ -105,6 +105,7 @@
#include <camel/camel-multipart-signed.h>
#include <camel/camel-multipart-encrypted.h>
#include <camel/camel-string-utils.h>
#include <camel/camel-cipher-context.h>
#if defined (HAVE_NSS) && defined (SMIME_SUPPORTED)
#include <camel/camel-smime-context.h>
#endif