mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os,net: cleanup deprecated @VROOT usages
This commit is contained in:
@@ -3,7 +3,7 @@ module net
|
||||
$if windows {
|
||||
// This is mainly here for tcc on windows
|
||||
// which apparently doesnt have this definition
|
||||
#include "@VROOT/vlib/net/ipv6_v6only.h"
|
||||
#include "@VMODROOT/vlib/net/ipv6_v6only.h"
|
||||
}
|
||||
|
||||
// Select represents a select operation
|
||||
|
@@ -7,7 +7,7 @@ $if windows {
|
||||
#include <ws2tcpip.h>
|
||||
#include <afunix.h>
|
||||
} $else {
|
||||
#include "@VROOT/vlib/net/afunix.h"
|
||||
#include "@VMODROOT/vlib/net/afunix.h"
|
||||
}
|
||||
} $else {
|
||||
#include <sys/un.h>
|
||||
|
Reference in New Issue
Block a user