diff --git a/udp_other.go b/udp_other.go index ce7a7413..65cfe642 100644 --- a/udp_other.go +++ b/udp_other.go @@ -8,6 +8,7 @@ package dns import ( "net" + "syscall" ) // These do nothing. See udp_linux.go for an example of how to implement this.