From c261ac4f46857a834385d89ab5ae48c8d72d7ada Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 10 Jun 2020 11:24:34 +0200 Subject: [PATCH] net: fix windows headers --- vlib/net/http/download_windows.c.v | 2 +- vlib/net/init_windows.c.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vlib/net/http/download_windows.c.v b/vlib/net/http/download_windows.c.v index 49ff263884..17333c169c 100644 --- a/vlib/net/http/download_windows.c.v +++ b/vlib/net/http/download_windows.c.v @@ -6,7 +6,7 @@ module http #flag -l Urlmon -#include +#include fn download_file_with_progress(url, out string, cb, cb_finished voidptr) { } diff --git a/vlib/net/init_windows.c.v b/vlib/net/init_windows.c.v index 6f211d98de..442ffe91c5 100644 --- a/vlib/net/init_windows.c.v +++ b/vlib/net/init_windows.c.v @@ -2,7 +2,7 @@ module net #flag -lws2_32 #include -#include +#include struct C.WSAData { mut: