You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libgsf/SOURCES/libgsf-1.14.51-libxml2-2.12...

25 lines
550 B

From b6719aa4a8a0fc3acfd8e7ab339b3493f7251b22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrg=20Billeter?= <j@bitron.ch>
Date: Fri, 24 Nov 2023 19:47:35 +0100
Subject: [PATCH] xml: Fix build with libxml2 2.12
---
gsf/gsf-libxml.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/gsf/gsf-libxml.h b/gsf/gsf-libxml.h
index 6c3e2e4..c0d618e 100644
--- a/gsf/gsf-libxml.h
+++ b/gsf/gsf-libxml.h
@@ -23,6 +23,7 @@
#define GSF_LIBXML_H
#include <gsf/gsf-fwd.h>
+#include <libxml/parser.h>
#include <libxml/tree.h>
G_BEGIN_DECLS
--
GitLab