[libc] Fix the rtconfig issue in armlibc/unistd.h file.
This commit is contained in:
parent
838141e89f
commit
33cda0866f
|
@ -1,6 +1,8 @@
|
|||
#ifndef _SYS_UNISTD_H
|
||||
#define _SYS_UNISTD_H
|
||||
|
||||
#include <rtthread.h>
|
||||
|
||||
#ifdef RT_USING_DFS
|
||||
#include <dfs_posix.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue