diff options
author | foobar <sniper@php.net> | 2002-01-09 03:42:30 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-01-09 03:42:30 +0000 |
commit | 6d14a5c60b5f7848bc8274429de6c36ee7642d9c (patch) | |
tree | 3de0f8ad6b9faff3ffc3508bff6d4e265871f445 /ext/domxml/php_domxml.h | |
parent | 6ec98d5d74a80ed7d305da7ef4f046bb44271f19 (diff) | |
download | php-git-6d14a5c60b5f7848bc8274429de6c36ee7642d9c.tar.gz |
- Fixed compile with older libxml.
# I had libxml 2.4.2 installed.
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index f80b16357e..2ff98c2303 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -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> |