]> git.pld-linux.org Git - packages/gnome-builder.git/blame - missing-includes.patch
add missing includes to fix build with libxml2 >= 2.12
[packages/gnome-builder.git] / missing-includes.patch
CommitLineData
8ce73bde
JP
1--- gnome-builder-45.0/src/plugins/xml-pack/ide-xml-formatter.c.orig 2023-09-17 02:27:21.000000000 +0200
2+++ gnome-builder-45.0/src/plugins/xml-pack/ide-xml-formatter.c 2023-11-21 19:40:25.054481533 +0100
3@@ -27,6 +27,7 @@
4
5 #include <libxml/tree.h>
6 #include <libxml/parser.h>
7+#include <libxml/xmlsave.h>
8
9 #include "ide-xml-formatter.h"
10
11--- gnome-builder-45.0/src/plugins/xml-pack/ide-xml-rng-parser.c.orig 2023-09-17 02:27:21.000000000 +0200
12+++ gnome-builder-45.0/src/plugins/xml-pack/ide-xml-rng-parser.c 2023-11-21 19:42:19.008516795 +0100
13@@ -23,6 +23,7 @@
14 * Whole refactoring to match the GNOME Builder needs.
15 */
16
17+#include <libxml/parser.h>
18 #include <libxml/tree.h>
19 #include <libxml/uri.h>
20
This page took 0.151379 seconds and 4 git commands to generate.