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/socket_ip_udp_generic.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/socket_ip_udp_generic.cc')
-rw-r--r-- | test/syscalls/linux/socket_ip_udp_generic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/socket_ip_udp_generic.cc b/test/syscalls/linux/socket_ip_udp_generic.cc index 432017b12..ac15154f2 100644 --- a/test/syscalls/linux/socket_ip_udp_generic.cc +++ b/test/syscalls/linux/socket_ip_udp_generic.cc @@ -16,9 +16,9 @@ #include <netinet/in.h> #include <netinet/tcp.h> +#include <poll.h> #include <stdio.h> #include <sys/ioctl.h> -#include <sys/poll.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/un.h> |