ソースを参照

[fix] malloc conflict problem

Signed-off-by: MurphyZhao <d2014zjt@163.com>
MurphyZhao 6 年 前
コミット
d5281644d6
1 ファイル変更1 行追加0 行削除
  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>