From 0d9a2f9d68275a00429552e839177e6e775b50e7 Mon Sep 17 00:00:00 2001 From: snow flurry Date: Fri, 18 Feb 2022 19:19:43 -0800 Subject: [PATCH] sigh --- tun/tun_netbsd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tun/tun_netbsd.go b/tun/tun_netbsd.go index 1fb7d5c..cc2004a 100644 --- a/tun/tun_netbsd.go +++ b/tun/tun_netbsd.go @@ -11,6 +11,7 @@ import ( "io/ioutil" "net" "os" + "sync" "syscall" "unsafe"