summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xml/apr_xml_xmllite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/apr_xml_xmllite.c b/xml/apr_xml_xmllite.c
index 883081894..c37f17cd6 100644
--- a/xml/apr_xml_xmllite.c
+++ b/xml/apr_xml_xmllite.c
@@ -15,9 +15,9 @@
*/
#include "apr.h"
-#include "apr_arch_utf8.h"
#if APU_USE_XMLLITE
+#include "apr_arch_utf8.h"
#include "apr_xml.h"
typedef struct xmllite_parser_s* XML_Parser;