diff options
Diffstat (limited to 'test/uds/BUILD')
-rw-r--r-- | test/uds/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/uds/BUILD b/test/uds/BUILD index 51e2c7ce8..a8f49b50c 100644 --- a/test/uds/BUILD +++ b/test/uds/BUILD @@ -12,5 +12,6 @@ go_library( deps = [ "//pkg/log", "//pkg/unet", + "@org_golang_x_sys//unix:go_default_library", ], ) |