Rev 2541 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2541 | Rev 2564 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef LIBC_TIME_H_ |
35 | #ifndef LIBC_SYS_TIME_H_ |
36 | #define LIBC_TIME_H_ |
36 | #define LIBC_SYS_TIME_H_ |
37 | 37 | ||
38 | #include <sys/types.h> |
38 | #include <sys/types.h> |
39 | 39 | ||
40 | #define DST_NONE 0 |
40 | #define DST_NONE 0 |
41 | 41 |