diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-24 00:48:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-24 00:48:36 +0800 |
commit | 64c727d0b42806dc81eb11b6bd758b60c77da4f6 (patch) | |
tree | 16fde310956c4de2eb9d2a58ebdfc2f56967a18c | |
parent | 1dbe7b59d9517b4d498a4ae1776ac84e8ecd92e9 (diff) | |
download | gsoc2013-evolution-64c727d0b42806dc81eb11b6bd758b60c77da4f6.tar gsoc2013-evolution-64c727d0b42806dc81eb11b6bd758b60c77da4f6.tar.gz gsoc2013-evolution-64c727d0b42806dc81eb11b6bd758b60c77da4f6.tar.bz2 gsoc2013-evolution-64c727d0b42806dc81eb11b6bd758b60c77da4f6.tar.lz gsoc2013-evolution-64c727d0b42806dc81eb11b6bd758b60c77da4f6.tar.xz gsoc2013-evolution-64c727d0b42806dc81eb11b6bd758b60c77da4f6.tar.zst gsoc2013-evolution-64c727d0b42806dc81eb11b6bd758b60c77da4f6.zip |
#include <locale.h>.
* gui/contact-editor/e-contact-editor-address.c: #include
<locale.h>.
svn path=/trunk/; revision=15431
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-address.c | 1 |
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); |