summaryrefslogblamecommitdiff
path: root/user/iperf3/build-fixes.patch
blob: b797e70ea55564078933fa324bb87a410503b556 (plain) (tree)



















                        
--- 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"