summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-sound-theme-chooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-volume-control/gvc-sound-theme-chooser.c')
-rw-r--r--mate-volume-control/gvc-sound-theme-chooser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-volume-control/gvc-sound-theme-chooser.c b/mate-volume-control/gvc-sound-theme-chooser.c
index c438416..b22153f 100644
--- a/mate-volume-control/gvc-sound-theme-chooser.c
+++ b/mate-volume-control/gvc-sound-theme-chooser.c
@@ -2,6 +2,7 @@
*
* Copyright (C) 2008 Bastien Nocera <[email protected]>
* Copyright (C) 2008 William Jon McCann
+ * Copyright (C) 2014-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -34,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"
@@ -534,7 +536,6 @@ save_alert_sounds (GvcSoundThemeChooser *chooser,
return FALSE;
}
-
static void
update_alert_model (GvcSoundThemeChooser *chooser,
const char *id)