aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-xml-utils.c')
-rw-r--r--e-util/e-xml-utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c
index 250451f148..7e88dbaedd 100644
--- a/e-util/e-xml-utils.c
+++ b/e-util/e-xml-utils.c
@@ -20,9 +20,10 @@
* Boston, MA 02111-1307, USA.
*/
+#include <locale.h>
#include "e-xml-utils.h"
#include <gnome-xml/parser.h>
-#include <locale.h>
+
xmlNode *e_xml_get_child_by_name(xmlNode *parent, xmlChar *child_name)
{