From 0e91a2ddb79f34a8cb361cda2f4d4a1df39d3c18 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 11 Oct 2017 01:11:20 +0200 Subject: [PATCH] RtlIpv6AddressToStringW() and RtlIpv4AddressToStringW() require mstcpip.h Acked-by: Selva Nair Message-Id: <20171010231130.6832-3-simon@rozman.si> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15582.html Signed-off-by: Gert Doering (cherry picked from commit 55305a2fc66a768cbbf152da9092400590504574) --- src/openvpnserv/interactive.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openvpnserv/interactive.c b/src/openvpnserv/interactive.c index 823b25beb..0b57eb9b8 100644 --- a/src/openvpnserv/interactive.c +++ b/src/openvpnserv/interactive.c @@ -33,6 +33,7 @@ #include #include #include +#include #ifdef HAVE_VERSIONHELPERS_H #include -- 2.47.2