summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorJay Zhuang <jayzhuang@google.com>2019-12-18 13:06:02 -0800
committergVisor bot <gvisor-bot@google.com>2019-12-18 13:58:38 -0800
commit18d6e59b457c8a91bf7db518fbb9193c49d2ee7c (patch)
tree2ae157c9ddaeaa1da0eb9be7e2f2b5ad6186df37 /test/syscalls/linux/BUILD
parent334a513f11f0ecc260abcce549b1f1a74edc2c51 (diff)
Switch to netinet/tcp.h and poll.h to for better platform portability.
PiperOrigin-RevId: 286249699
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r--test/syscalls/linux/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index 675ff5cdb..064ce8429 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -9,6 +9,7 @@ package(
exports_files(
[
"socket.cc",
+ "socket_inet_loopback.cc",
"socket_ip_loopback_blocking.cc",
"socket_ip_tcp_loopback.cc",
"socket_ipv4_udp_unbound_loopback.cc",