From 599ceaffad97faff9e77a3237d319f18cdc2984a Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Sat, 15 Jun 2024 00:53:15 +0200 Subject: [PATCH] xinclude: Add missing include Gambas fails to compile with error: 'xmlStructuredErrorFunc' has not been declared --- include/libxml/xinclude.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libxml/xinclude.h b/include/libxml/xinclude.h index da3623db..e7e96dc4 100644 --- a/include/libxml/xinclude.h +++ b/include/libxml/xinclude.h @@ -14,6 +14,7 @@ #define __XML_XINCLUDE_H__ #include +#include #include #ifdef LIBXML_XINCLUDE_ENABLED