summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2019-05-28 09:16:06 +0000
committerRuediger Pluem <rpluem@apache.org>2019-05-28 09:16:06 +0000
commit8ff039d6f88da734d984167947dc73dedb8b86d9 (patch)
tree0e0b3ebd5257fc3d451846732f1f5f18d5d734bd /xml
parent7e2a7b5d955c76f4e0c512eb563cfa987b8a0fa0 (diff)
downloadapr-8ff039d6f88da734d984167947dc73dedb8b86d9.tar.gz
* Only include apr_arch_utf8.h if we use xmllite
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1860208 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml')
-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;