Subversion Repositories freemyipod

Rev

Rev 111 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 111 Rev 113
Line 19... Line 19...
19
 *
19
 *
20
 ****************************************************************************/
20
 ****************************************************************************/
21
 
21
 
22
 
22
 
23
#include "global.h"
23
#include "global.h"
24
#include <time.h>
24
#include "include/time.h"
25
 
25
 
26
#if CONFIG_RTC
26
#if CONFIG_RTC
27
/* mktime() code taken from lynx-2.8.5 source, written
27
/* mktime() code taken from lynx-2.8.5 source, written
28
 by Philippe De Muyter <phdm@macqel.be> */
28
 by Philippe De Muyter <phdm@macqel.be> */
29
time_t mktime(struct tm *t)
29
time_t mktime(struct tm *t)