mirror of
https://github.com/openwrt/packages.git
synced 2025-08-04 19:10:36 +00:00
12 lines
245 B
Diff
12 lines
245 B
Diff
--- 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"
|