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

index be1e956bfb6fc95178b3ab4cc51657538b4c04c9..1b20d8cff686a511e6e5902b7bf0532ba9ff49b9 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>