فهرست منبع

[components/libc] Fix compile error.

armink 7 سال پیش
والد
کامیت
8804c32801
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      components/libc/compilers/minilibc/time.c

+ 1 - 0
components/libc/compilers/minilibc/time.c

@@ -1,4 +1,5 @@
 #include <time.h>
+#include <rtthread.h>
 
 /* days per month -- nonleap! */
 const short __spm[13] =