Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 95939d6

Browse files
heftignwellnhof
authored andcommitted
xinclude: Add missing include
Gambas fails to compile with error: 'xmlStructuredErrorFunc' has not been declared
1 parent f366342 commit 95939d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/libxml/xinclude.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#define __XML_XINCLUDE_H__
1515

1616
#include <libxml/xmlversion.h>
17+
#include <libxml/xmlerror.h>
1718
#include <libxml/tree.h>
1819

1920
#ifdef LIBXML_XINCLUDE_ENABLED

0 commit comments

Comments
 (0)