You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2019/03/22 14:34:46 UTC

svn commit: r1856058 - in /apr/apr-util/branches/1.7.x/xml: apr_xml_expat.c apr_xml_libxml2.c

Author: wrowe
Date: Fri Mar 22 14:34:45 2019
New Revision: 1856058

URL: http://svn.apache.org/viewvc?rev=1856058&view=rev
Log:
Pick up headers for xml configuration state under -util structure

Modified:
    apr/apr-util/branches/1.7.x/xml/apr_xml_expat.c
    apr/apr-util/branches/1.7.x/xml/apr_xml_libxml2.c

Modified: apr/apr-util/branches/1.7.x/xml/apr_xml_expat.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/xml/apr_xml_expat.c?rev=1856058&r1=1856057&r2=1856058&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/xml/apr_xml_expat.c (original)
+++ apr/apr-util/branches/1.7.x/xml/apr_xml_expat.c Fri Mar 22 14:34:45 2019
@@ -15,6 +15,8 @@
  */
 
 #include "apr.h"
+#include "apu.h"
+#include "apu_config.h"
 
 #if APU_USE_EXPAT
 #include "apr_xml.h"

Modified: apr/apr-util/branches/1.7.x/xml/apr_xml_libxml2.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/xml/apr_xml_libxml2.c?rev=1856058&r1=1856057&r2=1856058&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/xml/apr_xml_libxml2.c (original)
+++ apr/apr-util/branches/1.7.x/xml/apr_xml_libxml2.c Fri Mar 22 14:34:45 2019
@@ -15,6 +15,8 @@
  */
 
 #include "apr.h"
+#include "apu.h"
+#include "apu_config.h"
 
 #if APU_USE_LIBXML2
 #include "apr_xml.h"