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 /addressbook/gui | |
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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-address.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |