1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-26 14:50:08 +03:00

parser: Readd some includes to parser.h and xmlreader.h

Fix backward compatibility.
This commit is contained in:
Nick Wellnhofer 2023-09-21 14:52:14 +02:00
parent 9fc5090c05
commit 72262030a6
2 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#include <libxml/xmlmemory.h>
#include <libxml/encoding.h>
#include <libxml/xmlIO.h>
/* for compatibility */
#include <libxml/SAX2.h>
#include <libxml/threads.h>
#ifdef __cplusplus
extern "C" {

View File

@ -18,6 +18,8 @@
#include <libxml/relaxng.h>
#include <libxml/xmlschemas.h>
#endif
/* for compatibility */
#include <libxml/parser.h>
#ifdef __cplusplus
extern "C" {