]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
RtlIpv6AddressToStringW() and RtlIpv4AddressToStringW() require mstcpip.h
authorSimon Rozman <simon@rozman.si>
Tue, 10 Oct 2017 23:11:20 +0000 (01:11 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 12 Oct 2017 07:55:08 +0000 (09:55 +0200)
Acked-by: Selva Nair <selva.nair@gmail.com>
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 <gert@greenie.muc.de>
(cherry picked from commit 55305a2fc66a768cbbf152da9092400590504574)

src/openvpnserv/interactive.c

index 823b25beb1a2c6134f95bb6fa89212cb3f61e07d..0b57eb9b87e7e95b1b122b06cdcd877a68118f61 100644 (file)
@@ -33,6 +33,7 @@
 #include <stdio.h>
 #include <sddl.h>
 #include <shellapi.h>
+#include <mstcpip.h>
 
 #ifdef HAVE_VERSIONHELPERS_H
 #include <versionhelpers.h>