]> granicus.if.org Git - php/commitdiff
Add missing header include
authorHannes Magnusson <bjori@php.net>
Tue, 20 Jun 2006 18:00:11 +0000 (18:00 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 20 Jun 2006 18:00:11 +0000 (18:00 +0000)
ext/dom/php_dom.h

index 7afbbf0442bb8e4260b4c9186f8d6278c739e1b9..ad2fe2fec230deb6980faabc73aa89533c12d65b 100644 (file)
@@ -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>