Browse Source

[components/libc] Fix compile error.

armink 7 năm trước cách đây
mục cha
commit
8804c32801
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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] =