@@ -1,6 +1,8 @@
#ifndef FCNTL_H__
#define FCNTL_H__
+#ifdef RT_USING_DFS
#include <dfs_posix.h>
+#endif
#endif
@@ -13,4 +13,6 @@
#define O_DIRECTORY 0x0200000
#define O_BINARY 0x0008000
+#include <unistd.h>
+