Kaynağa Gözat

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 ay önce
ebeveyn
işleme
588611d314
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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