diff options
author | Christian Stocker <chregu@php.net> | 2002-08-15 18:02:25 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2002-08-15 18:02:25 +0000 |
commit | 993d235c07e30568f2d04b169fcf36e0f24c713a (patch) | |
tree | 7205b5ecbb1899c547224ce9d7700c5623852d58 /ext/domxml/php_domxml.h | |
parent | 1936c5c7a6f342fdb00ca2f4a3cc7c3a3ecc82dd (diff) | |
download | php-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.h | 1 |
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> |