瀏覽代碼

优化头文件

Meco Man 4 年之前
父節點
當前提交
7eacbffdb9
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/webclient.c

+ 1 - 2
src/webclient.c

@@ -21,9 +21,8 @@
 
 #include <webclient.h>
 
-#if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC) || defined(RT_LIBC_USING_TIME)
+#include <sys/errno.h>
 #include <sys/time.h>
-#endif
 
 /* support both enable and disable "SAL_USING_POSIX" */
 #if defined(RT_USING_SAL)