1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix libxml2 build for 2.12.0-2.12.2

This commit is contained in:
Niels Dossche
2023-12-23 17:20:52 +01:00
parent 3fa5af8496
commit bb007438e2

View File

@@ -35,6 +35,7 @@
#include <libxml/uri.h>
#include <libxml/xmlerror.h>
#include <libxml/xmlsave.h>
#include <libxml/entities.h>
#ifdef LIBXML_SCHEMAS_ENABLED
#include <libxml/relaxng.h>
#include <libxml/xmlschemas.h>