aboutsummaryrefslogtreecommitdiffstats
path: root/smime
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
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')
-rw-r--r--smime/ChangeLog4
-rw-r--r--smime/gui/component.c5
2 files changed, 9 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index cee6b07c14..ab3175dc3d 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-26 Jeffrey Stedfast <fejj@ximian.com>
+
+ * gui/component.c: include config.h
+
2004-02-24 JP Rosevear <jpr@ximian.com>
* gui/Makefile.am: fix includes for builddir != srcdir
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"