瀏覽代碼

update dlibc syscalls.c

Meco Man 4 年之前
父節點
當前提交
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
  * 2021-02-13     Meco Man     implement exit() and abort()
  */
+#include <rtthread.h>
 
 void exit (int status)
 {