summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/rawfile/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/link/rawfile/BUILD')
-rw-r--r--pkg/tcpip/link/rawfile/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/tcpip/link/rawfile/BUILD b/pkg/tcpip/link/rawfile/BUILD
index 2e8bc772a..05c7b8024 100644
--- a/pkg/tcpip/link/rawfile/BUILD
+++ b/pkg/tcpip/link/rawfile/BUILD
@@ -16,5 +16,8 @@ go_library(
visibility = [
"//visibility:public",
],
- deps = ["//pkg/tcpip"],
+ deps = [
+ "//pkg/tcpip",
+ "@org_golang_x_sys//unix:go_default_library",
+ ],
)