]> granicus.if.org Git - php/commitdiff
include libxml/parserInternals.h
authorChristian Stocker <chregu@php.net>
Tue, 25 Jun 2002 09:19:20 +0000 (09:19 +0000)
committerChristian Stocker <chregu@php.net>
Tue, 25 Jun 2002 09:19:20 +0000 (09:19 +0000)
ext/domxml/php_domxml.h

index c016dbdc05d5c6b0bbd2d7ec03fabd0f9f685405..582980cdd9a5755bb5742d17342c16a5c5d0be62 100644 (file)
@@ -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)