Explorar o código

remove RT_USING_LIBC from dfs_fs.h

Meco Man %!s(int64=3) %!d(string=hai) anos
pai
achega
2b7d12661e
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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