diff options
Diffstat (limited to 'pkg/urpc/BUILD')
-rw-r--r-- | pkg/urpc/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/urpc/BUILD b/pkg/urpc/BUILD index 36cae67e1..0192fb35b 100644 --- a/pkg/urpc/BUILD +++ b/pkg/urpc/BUILD @@ -8,6 +8,7 @@ go_library( importpath = "gvisor.googlesource.com/gvisor/pkg/urpc", visibility = ["//:sandbox"], deps = [ + "//pkg/fd", "//pkg/log", "//pkg/unet", ], |