diff options
Diffstat (limited to 'io/utime.h')
-rw-r--r-- | io/utime.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/io/utime.h b/io/utime.h index 3cc0d5e99d..b30e1cc022 100644 --- a/io/utime.h +++ b/io/utime.h @@ -29,8 +29,7 @@ __BEGIN_DECLS #include <bits/types.h> #if defined __USE_XOPEN || defined __USE_XOPEN2K -# define __need_time_t -# include <time.h> +# include <bits/types/time_t.h> #endif /* Structure describing file times. */ |