From: Simon Rozman Date: Tue, 10 Oct 2017 23:11:20 +0000 (+0200) Subject: RtlIpv6AddressToStringW() and RtlIpv4AddressToStringW() require mstcpip.h X-Git-Tag: v2.4.5~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e91a2ddb79f34a8cb361cda2f4d4a1df39d3c18;p=thirdparty%2Fopenvpn.git 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) --- 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