aboutsummaryrefslogtreecommitdiffstats
path: root/smime/gui
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-26 23:38:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-26 23:38:46 +0800
commitdb7cec5e13f7b44f42e35fc3cd5724f75c921adf (patch)
tree0a5b28ad2580e1bb568a44c7af1aef3436c96fef /smime/gui
parentbac35e5795d5c8bf54609ba4ec2b5aef10c9b4c2 (diff)
downloadgsoc2013-evolution-db7cec5e13f7b44f42e35fc3cd5724f75c921adf.tar
gsoc2013-evolution-db7cec5e13f7b44f42e35fc3cd5724f75c921adf.tar.gz
gsoc2013-evolution-db7cec5e13f7b44f42e35fc3cd5724f75c921adf.tar.bz2
gsoc2013-evolution-db7cec5e13f7b44f42e35fc3cd5724f75c921adf.tar.lz
gsoc2013-evolution-db7cec5e13f7b44f42e35fc3cd5724f75c921adf.tar.xz
gsoc2013-evolution-db7cec5e13f7b44f42e35fc3cd5724f75c921adf.tar.zst
gsoc2013-evolution-db7cec5e13f7b44f42e35fc3cd5724f75c921adf.zip
include config.h
2004-02-26 Jeffrey Stedfast <fejj@ximian.com> * gui/component.c: include config.h svn path=/trunk/; revision=24884
Diffstat (limited to 'smime/gui')
-rw-r--r--smime/gui/component.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/smime/gui/component.c b/smime/gui/component.c
index 7c9658b9d1..1b27f2d3d2 100644
--- a/smime/gui/component.c
+++ b/smime/gui/component.c
@@ -20,6 +20,11 @@
*
*/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <libgnome/gnome-i18n.h>
#include "e-cert-db.h"
#include "e-util/e-passwords.h"