From 957f1e9b8dbbc96161c00101bcf507fcfc43dbc3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 11 Feb 2004 19:14:50 +0000 Subject: #include (e_pkcs12_export_to_file): Hmm. I gather this needs to 2004-02-11 Jeffrey Stedfast * lib/e-pkcs12.c: #include (e_pkcs12_export_to_file): Hmm. I gather this needs to be implemented. return FALSE here until someone implements this so gcc doesn't complain about control reaching the end of a non-void function. (handle_error): Same. * lib/e-cert-trust.c: And here. * lib/e-cert-db.c: Same. * lib/e-asn1-object.c: And here. * lib/e-cert.c: Here too. * gui/e-cert-selector.c: Same. * gui/certificate-viewer.c: Same. * gui/certificate-manager.c: #include svn path=/trunk/; revision=24712 --- smime/lib/e-cert-db.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'smime/lib/e-cert-db.c') diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index 64145239ea..be45f88883 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -55,6 +55,11 @@ * */ + +#ifdef HAVE_CONFIG_H +#include +#endif + /* XXX toshok why oh *why* god WHY did they do this? no fucking sense */ /* private NSS defines used by PSM */ -- cgit v1.2.3