diff options
Diffstat (limited to 'io/utime.h')
-rw-r--r-- | io/utime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/utime.h b/io/utime.h index 7ab772b042..7cb4724f93 100644 --- a/io/utime.h +++ b/io/utime.h @@ -21,13 +21,13 @@ */ #ifndef _UTIME_H - #define _UTIME_H 1 + #include <features.h> __BEGIN_DECLS -#include <gnu/types.h> +#include <bits/types.h> /* Structure describing file times. */ struct utimbuf |