chiark / gitweb /
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages] / packages / iperf3 / iperf.h.patch
1 diff -u -r ../iperf-3.0.3/src/iperf.h ./src/iperf.h
2 --- ../iperf-3.0.3/src/iperf.h  2014-03-26 19:06:38.000000000 +0100
3 +++ ./src/iperf.h       2014-06-16 08:27:57.300291290 +0200
4 @@ -14,6 +14,7 @@
5  #include <sys/types.h>
6  #include <stdint.h>
7  #include <sys/socket.h>
8 +#include <sys/select.h>
9  #include <netinet/tcp.h>
10  #include "timer.h"
11  #include "queue.h"