diff options
Diffstat (limited to 'pkg/unet/BUILD')
-rw-r--r-- | pkg/unet/BUILD | 5 |
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", + ], ) |