mirror of https://github.com/RT-Thread/rt-thread
[libc] fix that some function cannot be found in unistd.h
This commit is contained in:
parent
2fa40dd602
commit
bda32cdedb
|
@ -13,7 +13,7 @@
|
||||||
#define __SYS_UNISTD_H__
|
#define __SYS_UNISTD_H__
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "types.h" /* <sys/types.h> */
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
Loading…
Reference in New Issue