diff options
Diffstat (limited to 'pkg/tcpip/link/sharedmem/BUILD')
-rw-r--r-- | pkg/tcpip/link/sharedmem/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/link/sharedmem/BUILD b/pkg/tcpip/link/sharedmem/BUILD index f8076d83c..af755473c 100644 --- a/pkg/tcpip/link/sharedmem/BUILD +++ b/pkg/tcpip/link/sharedmem/BUILD @@ -19,6 +19,7 @@ go_library( "//pkg/cleanup", "//pkg/eventfd", "//pkg/log", + "//pkg/memutil", "//pkg/sync", "//pkg/tcpip", "//pkg/tcpip/buffer", |