From d00fc0b68e9419ccdefbf2831ad2537bed8f35f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= <31284574+kloczek@users.noreply.github.com> Date: Sat, 25 Nov 2023 20:25:29 +0000 Subject: fix building with new libxml 2.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added include to allow build with libxml 2.12.0. Signed-off-by: Tomasz Kłoczko * fix building with libxml 2.12.0 Co-authored-by: Colomban Wendling --------- Signed-off-by: Tomasz Kłoczko Co-authored-by: raveit65 Co-authored-by: Colomban Wendling --- cut-n-paste/toolbar-editor/egg-toolbars-model.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cut-n-paste/toolbar-editor') diff --git a/cut-n-paste/toolbar-editor/egg-toolbars-model.c b/cut-n-paste/toolbar-editor/egg-toolbars-model.c index 7d1b4d4..cdd340e 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbars-model.c +++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.c @@ -27,6 +27,8 @@ #include #include +#include +#include #include #include -- cgit v1.2.1