summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/tcp_socket.cc
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2019-04-25 14:56:02 -0700
committerShentubot <shentubot@google.com>2019-04-25 14:57:06 -0700
commit72197810405a462386ded05d3c7c60c320289223 (patch)
treee36e9c45dbdf7c6ed2b46c675312a5748fa6a5da /test/syscalls/linux/tcp_socket.cc
parent992b66e68887e87fd6ab8e6bbb8a46ed864f7a45 (diff)
s,sys/poll.h/,poll.h,g
See https://git.musl-libc.org/cgit/musl/tree/include/sys/poll.h PiperOrigin-RevId: 245312375 Change-Id: If749ae3f94ccedc82eb6b594b32155924a354b58
Diffstat (limited to 'test/syscalls/linux/tcp_socket.cc')
-rw-r--r--test/syscalls/linux/tcp_socket.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/syscalls/linux/tcp_socket.cc b/test/syscalls/linux/tcp_socket.cc
index 64fdd068c..9d8b4ecc7 100644
--- a/test/syscalls/linux/tcp_socket.cc
+++ b/test/syscalls/linux/tcp_socket.cc
@@ -15,9 +15,10 @@
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/socket.h>
#include <unistd.h>
+
#include <limits>
#include <vector>