[libc] fix compiling warning

This commit is contained in:
Bernard Xiong
2014-07-31 09:30:18 +08:00
parent 94883a92fb
commit 59c128c073
2 changed files with 16 additions and 3 deletions
+8
View File
@@ -3,6 +3,14 @@
#include <sys/time.h>
#include <rtthread.h>
#ifdef RT_USING_DFS
#include <dfs_posix.h>
#endif
#ifdef RT_USING_PTHREADS
#include <pthread.h>
#endif
/* Reentrant versions of system calls. */
int