commit | 447be2534f1280a20d66de219adc8e0798d03602 | [log] [tgz] |
---|---|---|
author | Sadaf Ebrahimi <sadafebrahimi@google.com> | Mon Oct 16 19:25:37 2023 +0000 |
committer | Sadaf Ebrahimi <sadafebrahimi@google.com> | Fri Oct 27 16:27:24 2023 +0000 |
tree | 662f945fb6e42b0c6b8933c8ba1255e949dec81e | |
parent | 42279885b06c8d2b5d15943b41a03119b6657036 [diff] [blame] |
Adjust with changes in libxml2 upgrade Bug: 307806447 Test: TreeHugger Change-Id: I4fdc730f0783f676d5f976f933f05ee3c6e72818
diff --git a/src/utils/xml_libxml2.c b/src/utils/xml_libxml2.c index e47e564..7b7aeb7 100644 --- a/src/utils/xml_libxml2.c +++ b/src/utils/xml_libxml2.c
@@ -8,7 +8,7 @@ #include "includes.h" #define LIBXML_VALID_ENABLED -#include <libxml/tree.h> +#include <libxml/parser.h> #include <libxml/xmlschemastypes.h> #include "common.h"