diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/time.h b/include/time.h index 8dd10dcdd8..684ceb812f 100644 --- a/include/time.h +++ b/include/time.h @@ -1,8 +1,7 @@ #ifndef _TIME_H -#if defined __need_time_t || defined __need_clock_t || defined __need_timespec || defined _ISOMAC -# include <time/time.h> -#else -# include <time/time.h> +#include <time/time.h> + +#ifndef _ISOMAC # include <xlocale.h> __BEGIN_DECLS |