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

Merge pull request #37 from cndabai/master

添加time.h头文件
guo 4 лет назад
Родитель
Сommit
a933592128
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/onenet_http.c

+ 1 - 0
src/onenet_http.c

@@ -22,6 +22,7 @@
  */
 #include <stdlib.h>
 #include <string.h>
+#include <sys/time.h>
 
 #include <cJSON_util.h>
 #include <webclient.h>