diff options
Diffstat (limited to 'runsc/cli/BUILD')
-rw-r--r-- | runsc/cli/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/cli/BUILD b/runsc/cli/BUILD index 32cce2a18..f1e3cce68 100644 --- a/runsc/cli/BUILD +++ b/runsc/cli/BUILD @@ -18,5 +18,6 @@ go_library( "//runsc/flag", "//runsc/specutils", "@com_github_google_subcommands//:go_default_library", + "@org_golang_x_sys//unix:go_default_library", ], ) |