diff options
Diffstat (limited to 'io/utime.h')
-rw-r--r-- | io/utime.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |