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:
parent
f4a92e5e86
commit
588611d314
|
@ -68,6 +68,8 @@
|
|||
#include "rtsched.h"
|
||||
#include "rttypes.h"
|
||||
|
||||
#include "klibc/kerrno.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue