diff options
author | raveit65 <[email protected]> | 2023-11-23 22:46:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-11-25 21:50:40 +0100 |
commit | 3cc3d0dc31266020bc52402e52bfe8aae4e3c0ac (patch) | |
tree | 28a56a146875944ea200b6b0c4758ea3e2a77662 | |
parent | 349e1942e5d1ad42a9eb0ddcecf87b5e51836b5e (diff) | |
download | mate-media-3cc3d0dc31266020bc52402e52bfe8aae4e3c0ac.tar.bz2 mate-media-3cc3d0dc31266020bc52402e52bfe8aae4e3c0ac.tar.xz |
fix building with libxml 2.12.0
-rw-r--r-- | mate-volume-control/gvc-sound-theme-chooser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-volume-control/gvc-sound-theme-chooser.c b/mate-volume-control/gvc-sound-theme-chooser.c index 7225888..ef526d0 100644 --- a/mate-volume-control/gvc-sound-theme-chooser.c +++ b/mate-volume-control/gvc-sound-theme-chooser.c @@ -35,6 +35,7 @@ #include <gtk/gtk.h> #include <canberra-gtk.h> #include <libxml/tree.h> +#include <libxml/parser.h> #include "gvc-sound-theme-chooser.h" #include "sound-theme-file-utils.h" |