From ea401b11921fb51ca7ff48771bb15755cfbaadd7 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 11 Feb 2021 12:45:18 +0200 Subject: [PATCH] ci: `#include ` in vlib/net/net_windows.c.v --- vlib/net/net_windows.c.v | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vlib/net/net_windows.c.v b/vlib/net/net_windows.c.v index 8dd2e5f01a..64cca39866 100644 --- a/vlib/net/net_windows.c.v +++ b/vlib/net/net_windows.c.v @@ -1,5 +1,8 @@ module net +// needed for unix domain sockets support +#include + // WsaError is all of the socket errors that WSA provides from WSAGetLastError pub enum WsaError { //