diff options
-rw-r--r-- | e-util/e-xml-utils.c | 3 | ||||
-rw-r--r-- | e-util/e-xml-utils.c-56826 | 3 |
2 files changed, 4 insertions, 2 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) { 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) { |