0002-common-Fix-compatibility-with-libxml2-2-12.patch 756 B

12345678910111213141516171819202122232425262728
  1. From 4e06104df81fba2cda06d4747b33e75f4cade458 Mon Sep 17 00:00:00 2001
  2. From: Jens Georg <mail@jensge.org>
  3. Date: Fri, 24 Nov 2023 18:12:50 +0100
  4. Subject: [PATCH] common: Fix compatibility with libxml2 2.12
  5. Fixes #28
  6. Upstream: https://gitlab.gnome.org/GNOME/gupnp-tools/-/commit/4e06104df81fba2cda06d4747b33e75f4cade458
  7. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  8. ---
  9. src/common/pretty-print.c | 1 +
  10. 1 file changed, 1 insertion(+)
  11. diff --git a/src/common/pretty-print.c b/src/common/pretty-print.c
  12. index c8ebc9a..1519cb0 100644
  13. --- a/src/common/pretty-print.c
  14. +++ b/src/common/pretty-print.c
  15. @@ -22,6 +22,7 @@
  16. #include "pretty-print.h"
  17. +#include <libxml/globals.h>
  18. #include <libxml/xmlreader.h>
  19. #include <string.h>
  20. --
  21. GitLab