]> granicus.if.org Git - php/commitdiff
- Fixed compile with older libxml.
authorfoobar <sniper@php.net>
Wed, 9 Jan 2002 03:42:30 +0000 (03:42 +0000)
committerfoobar <sniper@php.net>
Wed, 9 Jan 2002 03:42:30 +0000 (03:42 +0000)
# I had libxml 2.4.2 installed.

ext/domxml/php_domxml.h

index f80b16357e19478c31176ea13421531a17f598a7..2ff98c2303b6b6d5440d6a4360aae7cf7b2fd731 100644 (file)
@@ -24,6 +24,7 @@
 #if HAVE_DOMXML
 #include <libxml/parser.h>
 #include <libxml/tree.h>
+#include <libxml/xmlerror.h>
 #if defined(LIBXML_HTML_ENABLED)
 #include <libxml/HTMLparser.h>
 #include <libxml/HTMLtree.h>