From c00b800150b59349717393c0cef5849c80dfdfa9 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 11 Jul 2014 09:28:39 +0000 Subject: [PATCH] And add the import --- udp_other.go | 1 + 1 file changed, 1 insertion(+) 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.