aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2023-10-16 19:25:37 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2023-10-27 16:27:24 +0000
commit447be2534f1280a20d66de219adc8e0798d03602 (patch)
tree662f945fb6e42b0c6b8933c8ba1255e949dec81e
parent42279885b06c8d2b5d15943b41a03119b6657036 (diff)
downloadwpa_supplicant_8-447be2534f1280a20d66de219adc8e0798d03602.tar.gz
Adjust with changes in libxml2 upgrade
Bug: 307806447 Test: TreeHugger Change-Id: I4fdc730f0783f676d5f976f933f05ee3c6e72818
-rw-r--r--src/utils/xml_libxml2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml_libxml2.c b/src/utils/xml_libxml2.c
index e47e5649..7b7aeb7f 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"