[components/libc] Fix compile error.
This commit is contained in:
parent
5501ec36cb
commit
8804c32801
|
@ -1,4 +1,5 @@
|
|||
#include <time.h>
|
||||
#include <rtthread.h>
|
||||
|
||||
/* days per month -- nonleap! */
|
||||
const short __spm[13] =
|
||||
|
|
Loading…
Reference in New Issue