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:
@ -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 {
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user