Просмотр исходного кода

[components/libc] Fix compile error.

armink 7 лет назад
Родитель
Сommit
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] =