diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2001-10-12 07:02:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-12 07:02:20 +0800 |
commit | 25e7651b80bcf76c1a780c2934119dd661b2a690 (patch) | |
tree | 0c2f210bea9bedb9608d058913a0e58bce8cd341 /e-util | |
parent | f9b9d73b82f4eb6568593722af134f32b98d9b57 (diff) | |
download | gsoc2013-evolution-25e7651b80bcf76c1a780c2934119dd661b2a690.tar.gz gsoc2013-evolution-25e7651b80bcf76c1a780c2934119dd661b2a690.tar.zst gsoc2013-evolution-25e7651b80bcf76c1a780c2934119dd661b2a690.zip |
missed locale.h for some system that requires it.
svn path=/trunk/; revision=13605
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-iconv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-iconv.c b/e-util/e-iconv.c index b968eb168a..3d716e7bdf 100644 --- a/e-util/e-iconv.c +++ b/e-util/e-iconv.c @@ -30,6 +30,8 @@ #include <glib.h> #include "e-iconv.h" +#include <locale.h> + #ifdef HAVE_ALLOCA_H #include <alloca.h> #endif |