summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-06-25 09:19:20 +0000
committerChristian Stocker <chregu@php.net>2002-06-25 09:19:20 +0000
commit15416d6797442b204b4ed7303244ec822c8ba07d (patch)
tree6b3d19d1aa4d6b1fd6a85f385b114951b1cfd458 /ext/domxml/php_domxml.h
parent33b5d72f6cde827c42d516ffeefc672d7d3f3d05 (diff)
downloadphp-git-15416d6797442b204b4ed7303244ec822c8ba07d.tar.gz
include libxml/parserInternals.h
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index c016dbdc05..582980cdd9 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -23,6 +23,7 @@
#if HAVE_DOMXML
#include <libxml/parser.h>
+#include <libxml/parserInternals.h>
#include <libxml/tree.h>
#include <libxml/xmlerror.h>
#if defined(LIBXML_HTML_ENABLED)