From d7b86efd4584548d676bf7c53f6d9a6d5584a1c5 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 ++ 1 file changed, 2 insertions(+) (limited to 'src/themes/coco') diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c index 221d358..dbed838 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 */ -- cgit v1.2.1