aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/eab-editor.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-07-22 10:21:37 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-07-22 10:21:37 +0800
commitd6b06ae7eb64632aa92b99fb11bc911f3ca88966 (patch)
tree04935ce9f9b528c0d711602b5084f0fd32506cf5 /addressbook/gui/contact-editor/eab-editor.c
parenta63a20c74077659aa6559965a9ea7894a64590e9 (diff)
downloadgsoc2013-evolution-d6b06ae7eb64632aa92b99fb11bc911f3ca88966.tar
gsoc2013-evolution-d6b06ae7eb64632aa92b99fb11bc911f3ca88966.tar.gz
gsoc2013-evolution-d6b06ae7eb64632aa92b99fb11bc911f3ca88966.tar.bz2
gsoc2013-evolution-d6b06ae7eb64632aa92b99fb11bc911f3ca88966.tar.lz
gsoc2013-evolution-d6b06ae7eb64632aa92b99fb11bc911f3ca88966.tar.xz
gsoc2013-evolution-d6b06ae7eb64632aa92b99fb11bc911f3ca88966.tar.zst
gsoc2013-evolution-d6b06ae7eb64632aa92b99fb11bc911f3ca88966.zip
include config.h #61395.
2004-07-20 Not Zed <NotZed@Ximian.com> * gui/widgets/eab-contact-display.c: * gui/contact-editor/eab-editor.c: * gui/component/addressbook-migrate.c: include config.h #61395. svn path=/trunk/; revision=26693
Diffstat (limited to 'addressbook/gui/contact-editor/eab-editor.c')
-rw-r--r--addressbook/gui/contact-editor/eab-editor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/eab-editor.c b/addressbook/gui/contact-editor/eab-editor.c
index 4e1f6d11fd..4f535e47c8 100644
--- a/addressbook/gui/contact-editor/eab-editor.c
+++ b/addressbook/gui/contact-editor/eab-editor.c
@@ -18,6 +18,10 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <gtk/gtkstock.h>
#include <gtk/gtkmessagedialog.h>
#include <libgnome/gnome-i18n.h>