Add missing header include

This commit is contained in:
Hannes Magnusson 2006-06-20 18:00:11 +00:00
parent 59e16e52de
commit d9f977e685

View file

@ -37,6 +37,7 @@ extern zend_module_entry dom_module_entry;
#include <libxml/xmlerror.h> #include <libxml/xmlerror.h>
#include <libxml/xinclude.h> #include <libxml/xinclude.h>
#include <libxml/hash.h> #include <libxml/hash.h>
#include <libxml/c14n.h>
#if defined(LIBXML_HTML_ENABLED) #if defined(LIBXML_HTML_ENABLED)
#include <libxml/HTMLparser.h> #include <libxml/HTMLparser.h>
#include <libxml/HTMLtree.h> #include <libxml/HTMLtree.h>