aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-address.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f3842f8240..f43606b910 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-23 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/contact-editor/e-contact-editor-address.c: #include
+ <locale.h>.
+
2002-01-22 Chris Toshok <toshok@ximian.com>
[ fixes bug # 16864 ]
diff --git a/addressbook/gui/contact-editor/e-contact-editor-address.c b/addressbook/gui/contact-editor/e-contact-editor-address.c
index 1e55217e48..dfd89fc75d 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-address.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-address.c
@@ -32,6 +32,7 @@
#include <gtk/gtkcombo.h>
#include <string.h>
#include <stdlib.h>
+#include <locale.h>
static void e_contact_editor_address_init (EContactEditorAddress *card);
static void e_contact_editor_address_class_init (EContactEditorAddressClass *klass);