diff options
Diffstat (limited to 'e-util/e-xml-utils.c-56826')
-rw-r--r-- | e-util/e-xml-utils.c-56826 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-xml-utils.c-56826 b/e-util/e-xml-utils.c-56826 index 250451f148..7e88dbaedd 100644 --- a/e-util/e-xml-utils.c-56826 +++ b/e-util/e-xml-utils.c-56826 @@ -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) { |