From 8ff039d6f88da734d984167947dc73dedb8b86d9 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Tue, 28 May 2019 09:16:06 +0000 Subject: * 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 --- xml/apr_xml_xmllite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml') 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; -- cgit v1.2.1