1
0
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:
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

View File

@ -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 {
//