Parcourir la source

[fix] malloc conflict problem

Signed-off-by: MurphyZhao <d2014zjt@163.com>
MurphyZhao il y a 6 ans
Parent
commit
d5281644d6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      iperf/iperf.c

+ 1 - 0
iperf/iperf.c

@@ -10,6 +10,7 @@
 
 
 #include <string.h>
 #include <string.h>
 #include <stdint.h>
 #include <stdint.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <fcntl.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <unistd.h>