1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-24 21:33:51 +03:00

xinclude: Add missing include

Gambas fails to compile with

    error: 'xmlStructuredErrorFunc' has not been declared
This commit is contained in:
Jan Alexander Steffens (heftig) 2024-06-15 00:53:15 +02:00
parent 86c4cf58ec
commit 599ceaffad
No known key found for this signature in database
GPG Key ID: B8AC08600F108CDF

View File

@ -14,6 +14,7 @@
#define __XML_XINCLUDE_H__
#include <libxml/xmlversion.h>
#include <libxml/xmlerror.h>
#include <libxml/tree.h>
#ifdef LIBXML_XINCLUDE_ENABLED