[asterisk-commits] eliel: branch group/appdocsxml r152516 - /team/group/appdocsxml/main/xml.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 28 18:14:41 CDT 2008
Author: eliel
Date: Tue Oct 28 18:14:41 2008
New Revision: 152516
URL: http://svn.digium.com/view/asterisk?view=rev&rev=152516
Log:
headers must be included only if HAVE_LIBXML2
Modified:
team/group/appdocsxml/main/xml.c
Modified: team/group/appdocsxml/main/xml.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/xml.c?view=diff&rev=152516&r1=152515&r2=152516
==============================================================================
--- team/group/appdocsxml/main/xml.c (original)
+++ team/group/appdocsxml/main/xml.c Tue Oct 28 18:14:41 2008
@@ -26,10 +26,9 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#if defined(HAVE_LIBXML2)
#include <libxml/parser.h>
#include <libxml/tree.h>
-
-#if defined(HAVE_LIBXML2)
/* libxml2 ast_xml implementation. */
More information about the asterisk-commits
mailing list