chiark / gitweb /
vim: Use sensible.vim as system vimrc
[termux-packages] / disabled-packages / mtr / net.h.patch
1 diff -u -r ../mtr-66de3ecbab28b054b868a73fbb57f30549d770ac/net.h ./net.h
2 --- ../mtr-66de3ecbab28b054b868a73fbb57f30549d770ac/net.h       2016-05-03 05:01:11.000000000 -0400
3 +++ ./net.h     2016-06-21 10:03:22.706030491 -0400
4 @@ -21,6 +21,7 @@
5  #include <arpa/inet.h>
6  #include <netinet/in.h>
7  #include <sys/socket.h>
8 +#include <sys/select.h>
9  #ifdef ENABLE_IPV6
10  #include <netinet/ip6.h>
11  #include <netinet/icmp6.h>