]> granicus.if.org Git - php/commitdiff
include libxml/xinclude.h to make some compilers happy
authorChristian Stocker <chregu@php.net>
Thu, 15 Aug 2002 18:02:25 +0000 (18:02 +0000)
committerChristian Stocker <chregu@php.net>
Thu, 15 Aug 2002 18:02:25 +0000 (18:02 +0000)
ext/domxml/php_domxml.h

index 606e18e01e63a4b356ef587777cde15ed79e00d8..fe5b8618939e7d602dffdd82a0f0908941e7fb80 100644 (file)
@@ -26,6 +26,7 @@
 #include <libxml/parserInternals.h>
 #include <libxml/tree.h>
 #include <libxml/xmlerror.h>
+#include <libxml/xinclude.h>
 #if defined(LIBXML_HTML_ENABLED)
 #include <libxml/HTMLparser.h>
 #include <libxml/HTMLtree.h>