diff options
author | raveit65 <[email protected]> | 2023-11-23 22:46:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-11-25 21:47:25 +0100 |
commit | f4a3f423d378c2c4b16a22fa7382e7a94932dd57 (patch) | |
tree | d64c1b407b6e26a50ad3ae399bbf5411ce648bb0 | |
parent | 86271b3717f1aa499457b75caf1d44e0e64bda6b (diff) | |
download | mate-media-f4a3f423d378c2c4b16a22fa7382e7a94932dd57.tar.bz2 mate-media-f4a3f423d378c2c4b16a22fa7382e7a94932dd57.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 a9aa825..b22153f 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" |