summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/inet/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/inet/BUILD')
-rw-r--r--pkg/sentry/inet/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/inet/BUILD b/pkg/sentry/inet/BUILD
index 207cdb692..1150ced57 100644
--- a/pkg/sentry/inet/BUILD
+++ b/pkg/sentry/inet/BUILD
@@ -17,12 +17,14 @@ go_stateify(
go_library(
name = "inet",
srcs = [
+ "context.go",
"inet.go",
"inet_state.go",
"test_stack.go",
],
importpath = "gvisor.googlesource.com/gvisor/pkg/sentry/inet",
deps = [
+ "//pkg/sentry/context",
"//pkg/state",
],
)