Преглед изворни кода

[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] =