mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: #include <afunix.h>
in vlib/net/net_windows.c.v
This commit is contained in:
parent
23a7d4a0c6
commit
ea401b1192
@ -1,5 +1,8 @@
|
||||
module net
|
||||
|
||||
// needed for unix domain sockets support
|
||||
#include <afunix.h>
|
||||
|
||||
// WsaError is all of the socket errors that WSA provides from WSAGetLastError
|
||||
pub enum WsaError {
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user