Meco Man 5 роки тому
батько
коміт
652d98bca6
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      components/libc/compilers/dlib/syscalls.c

+ 1 - 0
components/libc/compilers/dlib/syscalls.c

@@ -7,6 +7,7 @@
  * Date           Author       Notes
  * Date           Author       Notes
  * 2021-02-13     Meco Man     implement exit() and abort()
  * 2021-02-13     Meco Man     implement exit() and abort()
  */
  */
+#include <rtthread.h>
 
 
 void exit (int status)
 void exit (int status)
 {
 {