diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index bc8ce0662a..2659e62717 100644 --- a/include/time.h +++ b/include/time.h @@ -1,3 +1,4 @@ +#ifndef _TIME_H #if defined __need_time_t || defined __need_clock_t || defined __need_timespec # include <time/time.h> #else @@ -35,3 +36,4 @@ extern int __nanosleep __P ((__const struct timespec *__requested_time, struct timespec *__remaining)); extern int __getdate_r __P ((__const char *__string, struct tm *__resbufp)); #endif +#endif |