diff options
Diffstat (limited to 'main/iperf3/build-fixes.patch')
-rw-r--r-- | main/iperf3/build-fixes.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/iperf3/build-fixes.patch b/main/iperf3/build-fixes.patch new file mode 100644 index 0000000000..e361a86507 --- /dev/null +++ b/main/iperf3/build-fixes.patch @@ -0,0 +1,22 @@ +diff -upr iperf-3.1.5.orig/src/t_timer.c iperf-3.1.5/src/t_timer.c +--- iperf-3.1.5.orig/src/t_timer.c 2017-01-17 12:19:14.044458009 +0100 ++++ iperf-3.1.5/src/t_timer.c 2017-01-17 12:19:34.674090042 +0100 +@@ -28,6 +28,7 @@ + #include <stdlib.h> + #include <unistd.h> + #include <sys/time.h> ++#include <sys/types.h> + + #include "timer.h" + +diff -upr iperf-3.1.5.orig/src/t_uuid.c iperf-3.1.5/src/t_uuid.c +--- iperf-3.1.5.orig/src/t_uuid.c 2017-01-17 12:20:38.013934038 +0100 ++++ iperf-3.1.5/src/t_uuid.c 2017-01-17 12:20:57.200620745 +0100 +@@ -28,6 +28,7 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/time.h> ++#include <sys/types.h> + + #include "iperf_util.h" + |