[libc] fix that some function cannot be found in unistd.h

This commit is contained in:
Meco Man 2022-04-11 13:39:42 -04:00 committed by guo
parent 2fa40dd602
commit bda32cdedb
2 changed files with 1 additions and 1 deletions

View File

@ -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" {