ci: `#include <afunix.h>` in vlib/net/net_windows.c.v
parent
23a7d4a0c6
commit
ea401b1192
|
@ -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 {
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue