]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
include <libxml/parser.h> : fix xmlReadMemory build error
authorTimothee 'TTimo' Besset <ttimo@ttimo.net>
Sun, 26 Nov 2023 14:34:21 +0000 (08:34 -0600)
committerTimothee 'TTimo' Besset <ttimo@ttimo.net>
Sun, 26 Nov 2023 14:39:18 +0000 (08:39 -0600)
Signed-off-by: Timothee Besset <ttimo@ttimo.net>
openconnect-internal.h

index f19b4d81cf44c3f5cb3f8ed2d11dfe3c3961d350..21460adf6b4f97cc71b716c9ee96513097def56c 100644 (file)
@@ -85,6 +85,7 @@
 #define N_(s) s
 
 #include <libxml/tree.h>
+#include <libxml/parser.h>
 #include <zlib.h>
 
 #ifdef _WIN32