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

This commit is contained in:
Bernard Xiong 2016-04-18 13:54:07 +08:00
parent 838141e89f
commit 33cda0866f
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef _SYS_UNISTD_H
#define _SYS_UNISTD_H
#include <rtthread.h>
#ifdef RT_USING_DFS
#include <dfs_posix.h>
#else