aboutsummaryrefslogtreecommitdiff
path: root/src/net/addrselect.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/addrselect.go')
-rw-r--r--src/net/addrselect.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/addrselect.go b/src/net/addrselect.go
index 59380b9486..8accdb89e1 100644
--- a/src/net/addrselect.go
+++ b/src/net/addrselect.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build unix
+
// Minimal RFC 6724 address selection.
package net