summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-11-24 18:20:52 +0100
committerraveit65 <[email protected]>2023-11-25 22:08:32 +0100
commitd4970648864cba9c22951ea3bcca8872a0c5c721 (patch)
tree147d02c712237d25087a0005da5e718db31c7268
parent997fbbe99be44116018e176ac38072e166ce5a0d (diff)
downloadmate-notification-daemon-1.26.tar.bz2
mate-notification-daemon-1.26.tar.xz
fix building with libxml 2.12.01.26
-rw-r--r--src/themes/coco/coco-theme.c2
-rw-r--r--src/themes/nodoka/nodoka-theme.c2
-rw-r--r--src/themes/slider/theme.c2
-rw-r--r--src/themes/standard/theme.c2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c
index 741861f..dd55f8f 100644
--- a/src/themes/coco/coco-theme.c
+++ b/src/themes/coco/coco-theme.c
@@ -28,6 +28,8 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
+#include <libxml/parser.h>
+#include <libxml/xmlmemory.h>
#include <libxml/xpath.h>
/* Define basic coco types */
diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c
index 2ad102e..e6ddf0b 100644
--- a/src/themes/nodoka/nodoka-theme.c
+++ b/src/themes/nodoka/nodoka-theme.c
@@ -29,6 +29,8 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
+#include <libxml/parser.h>
+#include <libxml/xmlmemory.h>
#include <libxml/xpath.h>
/* Define basic nodoka types */
diff --git a/src/themes/slider/theme.c b/src/themes/slider/theme.c
index 8cc203c..63b4324 100644
--- a/src/themes/slider/theme.c
+++ b/src/themes/slider/theme.c
@@ -26,6 +26,8 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
+#include <libxml/parser.h>
+#include <libxml/xmlmemory.h>
#include <libxml/xpath.h>
typedef void (*ActionInvokedCb) (GtkWindow* nw, const char* key);
diff --git a/src/themes/standard/theme.c b/src/themes/standard/theme.c
index ad44424..2b6979b 100644
--- a/src/themes/standard/theme.c
+++ b/src/themes/standard/theme.c
@@ -25,6 +25,8 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
+#include <libxml/parser.h>
+#include <libxml/xmlmemory.h>
#include <libxml/xpath.h>
typedef void (*ActionInvokedCb) (GtkWindow* nw, const char* key);