summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-08-15 18:02:25 +0000
committerChristian Stocker <chregu@php.net>2002-08-15 18:02:25 +0000
commit993d235c07e30568f2d04b169fcf36e0f24c713a (patch)
tree7205b5ecbb1899c547224ce9d7700c5623852d58 /ext/domxml/php_domxml.h
parent1936c5c7a6f342fdb00ca2f4a3cc7c3a3ecc82dd (diff)
downloadphp-git-993d235c07e30568f2d04b169fcf36e0f24c713a.tar.gz
include libxml/xinclude.h to make some compilers happy
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 606e18e01e..fe5b861893 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -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>