summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Kłoczko <[email protected]>2023-11-25 20:25:29 +0000
committerraveit65 <[email protected]>2023-11-25 21:33:36 +0100
commitace46747000807d975b58101353302f34c75ef49 (patch)
treee4f1bc5246d19ccc4e68b2d6732c3161a14a7879
parentbbf44541d5469b5bd6b7a34193e6ef2e42a9dca4 (diff)
downloadeom-1.26.tar.bz2
eom-1.26.tar.xz
fix building with new libxml 2.12.01.26
Added include <libxml/xmlsave.h> to allow build with libxml 2.12.0. Signed-off-by: Tomasz Kłoczko <[email protected]> * fix building with libxml 2.12.0 Co-authored-by: Colomban Wendling <[email protected]> --------- Signed-off-by: Tomasz Kłoczko <[email protected]> Co-authored-by: raveit65 <[email protected]> Co-authored-by: Colomban Wendling <[email protected]>
-rw-r--r--cut-n-paste/toolbar-editor/egg-toolbars-model.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-toolbars-model.c b/cut-n-paste/toolbar-editor/egg-toolbars-model.c
index 78bf829..5d9ee00 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 <unistd.h>
#include <string.h>
+#include <libxml/globals.h>
+#include <libxml/parser.h>
#include <libxml/tree.h>
#include <gdk/gdk.h>