xinclude: Add another missing include

This commit is contained in:
Nick Wellnhofer 2024-06-15 01:40:06 +02:00
parent f070acc564
commit bd208d5fe1
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#include <libxml/xmlversion.h>
#include <libxml/xmlerror.h>
#include <libxml/tree.h>
#include <libxml/parser.h>
#ifdef LIBXML_XINCLUDE_ENABLED

View File

@ -18,7 +18,6 @@
#include <libxml/relaxng.h>
#include <libxml/xmlschemas.h>
#endif
/* for compatibility */
#include <libxml/parser.h>
#ifdef __cplusplus