ci: `#include <afunix.h>` in vlib/net/net_windows.c.v

pull/8681/head
Delyan Angelov 2021-02-11 12:45:18 +02:00
parent 23a7d4a0c6
commit ea401b1192
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
module net module net
// needed for unix domain sockets support
#include <afunix.h>
// WsaError is all of the socket errors that WSA provides from WSAGetLastError // WsaError is all of the socket errors that WSA provides from WSAGetLastError
pub enum WsaError { pub enum WsaError {
// //