mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Add missing header include
This commit is contained in:
parent
59e16e52de
commit
d9f977e685
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue