<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 8c4c80a584fe7a4c12b29b12337eaa81aae84cd7 Mon Sep 17 00:00:00 2001
From: Sergey Fedorov &lt;vital.had@gmail.com&gt;
Date: Sun, 17 Mar 2024 16:28:32 +0800
Subject: [PATCH] Fix compatibility with libxml2 2.12.x

---
 librawstudio/rs-lens-fix.c | 1 +
 profiles/write-dcp.c       | 1 +
 2 files changed, 2 insertions(+)

diff --git librawstudio/rs-lens-fix.c librawstudio/rs-lens-fix.c
index 25356149..b4e01878 100644
--- librawstudio/rs-lens-fix.c
+++ librawstudio/rs-lens-fix.c
@@ -18,6 +18,7 @@
  */
 
 #include &lt;rawstudio.h&gt;
+#include &lt;libxml/parser.h&gt;
 #include &lt;libxml/encoding.h&gt;
 #include "config.h"
 
diff --git profiles/write-dcp.c profiles/write-dcp.c
index 356b06cf..02063ee0 100644
--- profiles/write-dcp.c
+++ profiles/write-dcp.c
@@ -19,6 +19,7 @@
 
 #include &lt;glib.h&gt;
 #include &lt;tiffio.h&gt;
+#include &lt;libxml/parser.h&gt;
 #include &lt;libxml/encoding.h&gt;
 
 #define DCPTAG_PROFILE_NAME 0xc6f8
</pre></body></html>