diff options
author | Tamir Duberstein <tamird@google.com> | 2019-04-25 14:56:02 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-04-25 14:57:06 -0700 |
commit | 72197810405a462386ded05d3c7c60c320289223 (patch) | |
tree | e36e9c45dbdf7c6ed2b46c675312a5748fa6a5da /test/syscalls/linux/raw_socket_ipv4.cc | |
parent | 992b66e68887e87fd6ab8e6bbb8a46ed864f7a45 (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/raw_socket_ipv4.cc')
-rw-r--r-- | test/syscalls/linux/raw_socket_ipv4.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/syscalls/linux/raw_socket_ipv4.cc b/test/syscalls/linux/raw_socket_ipv4.cc index b13806dcb..8b8d032cb 100644 --- a/test/syscalls/linux/raw_socket_ipv4.cc +++ b/test/syscalls/linux/raw_socket_ipv4.cc @@ -16,10 +16,11 @@ #include <netinet/in.h> #include <netinet/ip.h> #include <netinet/ip_icmp.h> -#include <sys/poll.h> +#include <poll.h> #include <sys/socket.h> #include <sys/types.h> #include <unistd.h> + #include <algorithm> #include "gtest/gtest.h" |