Просмотр исходного кода

[fix] malloc conflict problem

Signed-off-by: MurphyZhao <d2014zjt@163.com>
MurphyZhao 6 лет назад
Родитель
Сommit
d5281644d6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      iperf/iperf.c

+ 1 - 0
iperf/iperf.c

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