summaryrefslogtreecommitdiff
blob: b542224d2fbeb1a8fb202b1c0d8b97472711763b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From: =?utf-8?q?J=C3=BCrg_Billeter?= <j@bitron.ch>
Date: Tue, 28 Nov 2023 20:12:07 +0100
Subject: Add missing <libxml/entities.h> include

(cherry picked from commit 4a906b33535c794f45d3bbc816f3b56a729529b4)

Origin: upstream, after 3.4.7
---
 rhythmdb/rhythmdb-query.c           | 1 +
 sources/rb-static-playlist-source.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/rhythmdb/rhythmdb-query.c b/rhythmdb/rhythmdb-query.c
index 0d1c24c..0009dde 100644
--- a/rhythmdb/rhythmdb-query.c
+++ b/rhythmdb/rhythmdb-query.c
@@ -30,6 +30,7 @@
 
 #include <string.h>
 
+#include <libxml/entities.h>
 #include <glib.h>
 #include <glib-object.h>
 #include <gobject/gvaluecollector.h>
diff --git a/sources/rb-static-playlist-source.c b/sources/rb-static-playlist-source.c
index 4c60f70..9d8606a 100644
--- a/sources/rb-static-playlist-source.c
+++ b/sources/rb-static-playlist-source.c
@@ -46,6 +46,7 @@
 
 #include <string.h>
 
+#include <libxml/entities.h>
 #include <libxml/tree.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>