Skip to content

Commit

Permalink
[libc] Fix the rtconfig issue in armlibc/unistd.h file.
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardXiong committed Apr 18, 2016
1 parent 838141e commit 33cda08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/libc/armlibc/sys/unistd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _SYS_UNISTD_H
#define _SYS_UNISTD_H

#include <rtthread.h>

#ifdef RT_USING_DFS
#include <dfs_posix.h>
#else
Expand Down

0 comments on commit 33cda08

Please sign in to comment.