From d4970648864cba9c22951ea3bcca8872a0c5c721 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 24 Nov 2023 18:20:52 +0100 Subject: fix building with libxml 2.12.0 --- src/themes/coco/coco-theme.c | 2 ++ src/themes/nodoka/nodoka-theme.c | 2 ++ src/themes/slider/theme.c | 2 ++ src/themes/standard/theme.c | 2 ++ 4 files changed, 8 insertions(+) (limited to 'src') 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 #include +#include +#include #include /* 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 #include +#include +#include #include /* 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 #include +#include +#include #include 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 #include +#include +#include #include typedef void (*ActionInvokedCb) (GtkWindow* nw, const char* key); -- cgit v1.2.1