aboutsummaryrefslogtreecommitdiffstats
path: root/main/iperf3/build-fixes.patch
blob: b797e70ea55564078933fa324bb87a410503b556 (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"
 
--- 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"