Subversion Repositories freemyipod

Rev

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

Rev 71 Rev 113
Line 5... Line 5...
5
 */
5
 */
6
 
6
 
7
#ifndef _TIME_H_
7
#ifndef _TIME_H_
8
#define _TIME_H_
8
#define _TIME_H_
9
 
9
 
10
#include "global.h"
10
#include "../../global.h"
11
 
11
 
12
struct tm
12
struct tm
13
{
13
{
14
  int   tm_sec;
14
  int   tm_sec;
15
  int   tm_min;
15
  int   tm_min;