[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__
|
||||
|
||||
#include <stddef.h>
|
||||
#include "types.h" /* <sys/types.h> */
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
Loading…
Reference in New Issue