diff options
author | raveit65 <[email protected]> | 2023-11-24 18:20:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-11-25 22:06:35 +0100 |
commit | d7b86efd4584548d676bf7c53f6d9a6d5584a1c5 (patch) | |
tree | d481bdf3e6728d633f825e5e1115d922de6e1118 /src/themes/nodoka | |
parent | 05f3a440f3cbd7c4fd04962f964292a764f5b6ac (diff) | |
download | mate-notification-daemon-d7b86efd4584548d676bf7c53f6d9a6d5584a1c5.tar.bz2 mate-notification-daemon-d7b86efd4584548d676bf7c53f6d9a6d5584a1c5.tar.xz |
fix building with libxml 2.12.0
Diffstat (limited to 'src/themes/nodoka')
-rw-r--r-- | src/themes/nodoka/nodoka-theme.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c index 3799ac2..bb3cee7 100644 --- a/src/themes/nodoka/nodoka-theme.c +++ b/src/themes/nodoka/nodoka-theme.c @@ -27,6 +27,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 */ |