From 06af9454c29b3aff53aede30cfb15071be4ddc14 Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset Date: Sun, 26 Nov 2023 08:34:21 -0600 Subject: [PATCH] include : fix xmlReadMemory build error Signed-off-by: Timothee Besset --- openconnect-internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/openconnect-internal.h b/openconnect-internal.h index f19b4d81..21460adf 100644 --- a/openconnect-internal.h +++ b/openconnect-internal.h @@ -85,6 +85,7 @@ #define N_(s) s #include +#include #include #ifdef _WIN32 -- 2.50.1