fixes the warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-02-07 10:31:28 +00:00
parent e911eba134
commit f22ac91142

View file

@ -1,2 +1,4 @@
#include <time.h>
/* struct tm defined */
struct tm *get_time(void);