diff options
author | Ian Gudger <igudger@google.com> | 2018-11-05 15:38:32 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-05 15:39:30 -0800 |
commit | 37cbce1f9156109a58ae3d350f8e0e9d027b3785 (patch) | |
tree | a76b631fd031c1f348562cc9b3a2275b43fb1556 /pkg/tcpip/header/BUILD | |
parent | 704b56a40d0a041a4e6f814c3dbb1f9ec15f9002 (diff) |
Merge segments in sender's writeList
PiperOrigin-RevId: 220185891
Change-Id: Iaea73fd7b2fa8c399b989cdcaabf4885f370df4b
Diffstat (limited to 'pkg/tcpip/header/BUILD')
-rw-r--r-- | pkg/tcpip/header/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/header/BUILD b/pkg/tcpip/header/BUILD index 8f22ba3a5..66b37720c 100644 --- a/pkg/tcpip/header/BUILD +++ b/pkg/tcpip/header/BUILD @@ -22,6 +22,7 @@ go_library( visibility = ["//visibility:public"], deps = [ "//pkg/tcpip", + "//pkg/tcpip/buffer", "//pkg/tcpip/seqnum", ], ) |