Skip to content

Commit 8336654

Browse files
committed
[newlib] Remove compiling warning.
1 parent 277325c commit 8336654

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/libc/newlib/syscalls.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
#include <sys/time.h>
44
#include <rtthread.h>
55

6+
#ifdef RT_USING_DFS
7+
#include <dfs_posix.h>
8+
#endif
9+
10+
#ifdef RT_USING_PTHREADS
11+
#include <pthread.h>
12+
#endif
13+
614
/* Reentrant versions of system calls. */
715

816
int

0 commit comments

Comments
 (0)