Skip to content

Commit 2b7d126

Browse files
committed
remove RT_USING_LIBC from dfs_fs.h
1 parent 8075027 commit 2b7d126

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/dfs/include/dfs_fs.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
#define __DFS_FS_H__
1313

1414
#include <dfs.h>
15-
#ifdef RT_USING_LIBC
1615
#include <sys/types.h>
17-
#endif
1816
#include <sys/errno.h>
17+
1918
#ifdef __cplusplus
2019
extern "C" {
2120
#endif

0 commit comments

Comments
 (0)