소스 검색

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>
Shell 10 달 전
부모
커밋
588611d314
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/rtdef.h

+ 2 - 0
include/rtdef.h

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