summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/devices/tundev/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/devices/tundev/BUILD')
-rw-r--r--pkg/sentry/devices/tundev/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/devices/tundev/BUILD b/pkg/sentry/devices/tundev/BUILD
index 71c59287c..8b38d574d 100644
--- a/pkg/sentry/devices/tundev/BUILD
+++ b/pkg/sentry/devices/tundev/BUILD
@@ -9,6 +9,7 @@ go_library(
deps = [
"//pkg/abi/linux",
"//pkg/context",
+ "//pkg/hostarch",
"//pkg/sentry/arch",
"//pkg/sentry/fsimpl/devtmpfs",
"//pkg/sentry/inet",