diff options
author | Hannes Magnusson <bjori@php.net> | 2006-06-20 18:04:25 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-06-20 18:04:25 +0000 |
commit | c14ba0f1246b3e40182f2b17c987f507b1bceddc (patch) | |
tree | 32687e53624b8860d5c61fedba3953d96a123fec /ext/dom/php_dom.h | |
parent | 5ffbb85103e83698ed0e6798dde6658b6faafa5d (diff) | |
download | php-git-c14ba0f1246b3e40182f2b17c987f507b1bceddc.tar.gz |
MFH: Missing header include
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 be1e956bfb..1b20d8cff6 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -37,6 +37,7 @@ extern zend_module_entry dom_module_entry; #include <libxml/xmlerror.h> #include <libxml/xinclude.h> #include <libxml/hash.h> +#include <libxml/c14n.h> #if defined(LIBXML_HTML_ENABLED) #include <libxml/HTMLparser.h> #include <libxml/HTMLtree.h> |