feat: includes: included kerrno.h in rtdef.h

Those definitions are presented in rtdef.h until PR #9461 moved them to
kerrno.h, which introduced unknown definition error for project building

Changes:

- Added includes of kerrno.h

Signed-off-by: Shell <smokewood@qq.com>
This commit is contained in:
Shell 2024-09-25 11:12:30 +08:00 committed by Meco Man
parent f4a92e5e86
commit 588611d314
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@
#include "rtsched.h"
#include "rttypes.h"
#include "klibc/kerrno.h"
#ifdef __cplusplus
extern "C" {
#endif