Move the sources to trunk
[opencv] / apps / cvenv / include / time.h
1 #ifndef _TIMEH
2 #define _TIMEH
3
4 #pragma push_safeptr
5
6 #define _need_clock_t
7 #define _need_time_t
8 #define _need_size_t
9 #define _need_NULL
10
11 #include "sys/stdtypes.h"
12
13 #undef _need_clock_t
14 #undef _need_time_t
15 #undef _need_size_t
16 #undef _need_NULL
17
18 #include "sys/time.h"
19
20
21 #pragma pop_ptr
22
23 #endif /* _TIMEH */