Skip to content

Commit

Permalink
fix building with new libxml 2.12.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Nov 25, 2023
1 parent 768f2bb commit d00fc0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cut-n-paste/toolbar-editor/egg-toolbars-model.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d00fc0b

Please sign in to comment.