Hi,

On Thu, Feb 25, 2016 at 9:58 AM, Gert Doering <g...@greenie.muc.de> wrote:

> MinGW fails linking after f3c8a04d6021 if the right header files
> (<lm.h> and <shlwapi.h>) are not included.
>
> Signed-off-by: Gert Doering <g...@greenie.muc.de>
> ---
>  src/openvpnserv/validate.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/openvpnserv/validate.c b/src/openvpnserv/validate.c
> index d7446de..b5809b3 100644
> --- a/src/openvpnserv/validate.c
> +++ b/src/openvpnserv/validate.c
> @@ -25,6 +25,8 @@
>  #include "validate.h"
>
>  #include <lmaccess.h>
> +#include <shlwapi.h>
> +#include <lm.h>
>
>  static const WCHAR *white_list[] =
>      {
> --
> 1.9.1
>

ACK

Thanks for cleaning up my sloppiness..

Selva

Reply via email to