Эх сурвалжийг харах

Merge pull request #41 from murphyzhao/fix-iperf

[fix] malloc conflict problem
朱天龙 (Armink) 6 жил өмнө
parent
commit
a5ee555dd3
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>