浏览代码

[libc] Fix the rtconfig issue in armlibc/unistd.h file.

Bernard Xiong 9 年之前
父节点
当前提交
33cda0866f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      components/libc/armlibc/sys/unistd.h

+ 2 - 0
components/libc/armlibc/sys/unistd.h

@@ -1,6 +1,8 @@
 #ifndef _SYS_UNISTD_H
 #define _SYS_UNISTD_H
 
+#include <rtthread.h>
+
 #ifdef RT_USING_DFS
 #include <dfs_posix.h>
 #else