Blob Blame History Raw
From a95622e5da645481d87d8d4fc6b339123cce0498 Mon Sep 17 00:00:00 2001
From: Michael Cho <michael@michaelcho.dev>
Date: Mon, 27 Nov 2023 14:13:23 -0500
Subject: [PATCH] Fix build with libxml 2.12

---
 src/file-autoft.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/file-autoft.c b/src/file-autoft.c
index 60c1699a34..b8c5d05826 100644
--- a/src/file-autoft.c
+++ b/src/file-autoft.c
@@ -30,6 +30,7 @@
 
 #include <gsf/gsf-impl-utils.h>
 #include <goffice/goffice.h>
+#include <libxml/parser.h>
 
 #include <sys/types.h>
 #include <string.h>
-- 
GitLab