aboutsummaryrefslogtreecommitdiffstats
path: root/main/iperf3/build-fixes.patch
blob: 0f6804ecf397af54fdba813da293ec1d55f9d784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/t_timer.c
+++ b/src/t_timer.c
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/time.h>
+#include <sys/types.h>
 
 #include "timer.h"
 #include "iperf_time.h"
--- a/src/t_uuid.c
+++ b/src/t_uuid.c
@@ -28,6 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/time.h>
+#include <sys/types.h>
 
 #include "iperf_util.h"