Browse Source

remove RT_USING_LIBC from dfs_fs.h

Meco Man 3 năm trước cách đây
mục cha
commit
2b7d12661e
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      components/dfs/include/dfs_fs.h

+ 1 - 2
components/dfs/include/dfs_fs.h

@@ -12,10 +12,9 @@
 #define __DFS_FS_H__
 
 #include <dfs.h>
-#ifdef RT_USING_LIBC
 #include <sys/types.h>
-#endif
 #include <sys/errno.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif