diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-05-11 18:06:50 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-11 18:06:50 -0700 |
commit | 8f6bfe257e162c14faa25ee00dc249859994c2c8 (patch) | |
tree | 5701019bbc96599c56dff809d5bd39946d4c5ba2 /pkg/tcpip/stack/BUILD | |
parent | 49eb3da98aeb436011ec9d895727b237ec2ea93f (diff) | |
parent | 314a5f8d7e7402e66ba5d22f79fa13143a7b69d0 (diff) |
Merge pull request #5694 from kevinGC:align32
PiperOrigin-RevId: 373271579
Diffstat (limited to 'pkg/tcpip/stack/BUILD')
-rw-r--r-- | pkg/tcpip/stack/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/BUILD b/pkg/tcpip/stack/BUILD index 2bd6a67f5..63ab31083 100644 --- a/pkg/tcpip/stack/BUILD +++ b/pkg/tcpip/stack/BUILD @@ -73,6 +73,7 @@ go_library( ], visibility = ["//visibility:public"], deps = [ + "//pkg/atomicbitops", "//pkg/ilist", "//pkg/log", "//pkg/rand", |