diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c index 8a931d07f6..3c5fd5f9ee 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 +#include "gal/util/e-i18n.h" #include #include -#include "gal/util/e-i18n.h" #include #include #include @@ -375,4 +376,3 @@ e_xml_get_translated_string_prop_by_name (const xmlNode *parent, const xmlChar * } return ret_val; } -