From 046d779e566623c9d23b14d0a61ee5fa653d134b Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 17 Dec 2009 18:51:24 +0000 Subject: Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATA git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891835 13f79535-47bb-0310-9956-ffa450edef68 --- xml/apr_xml.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xml') diff --git a/xml/apr_xml.c b/xml/apr_xml.c index 9027c2b61..f79c80ce8 100644 --- a/xml/apr_xml.c +++ b/xml/apr_xml.c @@ -15,6 +15,7 @@ */ #include "apr.h" +#include "apr_private.h" #include "apr_strings.h" #define APR_WANT_STDIO /* for sprintf() */ @@ -23,8 +24,6 @@ #include "apr_xml.h" -#include "apu_config.h" - #if defined(HAVE_XMLPARSE_XMLPARSE_H) #include #elif defined(HAVE_XMLTOK_XMLPARSE_H) -- cgit v1.2.1