summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2003-11-28 21:55:59 +0000
committerChristian Stocker <chregu@php.net>2003-11-28 21:55:59 +0000
commit29a46b2ff6efe5b57def5ac8b03f391b9283b36e (patch)
tree92f84d83e5626dc4cbac28008a0260a596f0ef18 /ext/dom/php_dom.h
parente1bdc33d184395cd98754437df3a4fa9aa7abae0 (diff)
downloadphp-git-29a46b2ff6efe5b57def5ac8b03f391b9283b36e.tar.gz
changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it
(by Rob Richards)
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r--ext/dom/php_dom.h1
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>