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

Merge pull request #27 from RT-Thread-packages/fix_warning

Remove compiling warning
朱天龙 (Armink) 7 лет назад
Родитель
Сommit
4b0d9580ec
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      iperf/iperf.c

+ 1 - 0
iperf/iperf.c

@@ -8,6 +8,7 @@
 #ifdef PKG_NETUTILS_IPERF
 #include <rtdevice.h>
 
+#include <string.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <fcntl.h>