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 "rtsched.h"
|
||||||
#include "rttypes.h"
|
#include "rttypes.h"
|
||||||
|
|
||||||
|
#include "klibc/kerrno.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user