29 lines
756 B
Diff
29 lines
756 B
Diff
From 706236b7f8087f0486596d70ac6973d02028eab1 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Mon, 27 Nov 2023 14:07:13 +0000
|
|
Subject: [PATCH] common: Update submodule
|
|
|
|
Pulls in this commit required for libxml2 2.12.1:
|
|
|
|
mlxml: Include <libxml/parser.h> for xmlReadMemory
|
|
---
|
|
common | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Submodule common e711121607..6185aa8431:
|
|
diff --git a/common/mlxml/xml-c.c b/common/mlxml/xml-c.c
|
|
index 715c3bb..e024bd8 100644
|
|
--- a/common/mlxml/xml-c.c
|
|
+++ b/common/mlxml/xml-c.c
|
|
@@ -34,6 +34,7 @@
|
|
#include <caml/memory.h>
|
|
#include <caml/mlvalues.h>
|
|
|
|
+#include <libxml/parser.h>
|
|
#include <libxml/xpath.h>
|
|
#include <libxml/xpathInternals.h>
|
|
#include <libxml/uri.h>
|
|
--
|
|
2.42.0
|
|
|