Skip to content

Commit 33cda08

Browse files
committed
[libc] Fix the rtconfig issue in armlibc/unistd.h file.
1 parent 838141e commit 33cda08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/libc/armlibc/sys/unistd.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef _SYS_UNISTD_H
22
#define _SYS_UNISTD_H
33

4+
#include <rtthread.h>
5+
46
#ifdef RT_USING_DFS
57
#include <dfs_posix.h>
68
#else

0 commit comments

Comments
 (0)