From 91e18b039cfef4e558a190264fcd704e1f54ac62 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 7 Dec 2020 10:41:42 +0200 Subject: [PATCH] net: fix cross compilation with mingw, Ws2tcpip.h => ws2tcpip.h --- vlib/net/net_windows.c.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/net/net_windows.c.v b/vlib/net/net_windows.c.v index b8076547bd..8dd2e5f01a 100644 --- a/vlib/net/net_windows.c.v +++ b/vlib/net/net_windows.c.v @@ -834,7 +834,7 @@ const ( // Link to Winsock library #flag -lws2_32 #include -#include +#include // Constants that windows needs const (