diff options
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index beeb85f87c..1356fccee5 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -36,6 +36,7 @@ extern zend_module_entry dom_module_entry; #include <libxml/uri.h> #include <libxml/xmlerror.h> #include <libxml/xinclude.h> +#include <libxml/hash.h> #if defined(LIBXML_HTML_ENABLED) #include <libxml/HTMLparser.h> #include <libxml/HTMLtree.h> |