From: Gert Doering Date: Thu, 25 Feb 2016 14:58:32 +0000 (+0100) Subject: Fix openserv/validate.o linking issues on mingw. X-Git-Tag: v2.4_alpha1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9187031b742258b518dbde648326b3e3a8d8d8;p=thirdparty%2Fopenvpn.git Fix openserv/validate.o linking issues on mingw. MinGW fails linking after f3c8a04d6021 if the right header files ( and ) are not included. Signed-off-by: Gert Doering Acked-by: Selva Nair Message-Id: <1456412312-21936-1-git-send-email-gert@greenie.muc.de> URL: http://article.gmane.org/gmane.network.openvpn.devel/11255 --- diff --git a/src/openvpnserv/validate.c b/src/openvpnserv/validate.c index d7446de47..b5809b3dd 100644 --- a/src/openvpnserv/validate.c +++ b/src/openvpnserv/validate.c @@ -25,6 +25,8 @@ #include "validate.h" #include +#include +#include static const WCHAR *white_list[] = {