Explorar o código

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

Bernard Xiong %!s(int64=9) %!d(string=hai) anos
pai
achega
33cda0866f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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