summaryrefslogtreecommitdiffhomepage
path: root/pkg/unet/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/unet/BUILD')
-rw-r--r--pkg/unet/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/unet/BUILD b/pkg/unet/BUILD
index 155d99a0d..234125c38 100644
--- a/pkg/unet/BUILD
+++ b/pkg/unet/BUILD
@@ -22,5 +22,8 @@ go_test(
"unet_test.go",
],
library = ":unet",
- deps = ["//pkg/sync"],
+ deps = [
+ "//pkg/sync",
+ "@org_golang_x_sys//unix:go_default_library",
+ ],
)