소스 검색

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)
 {