diff options
Diffstat (limited to 'include/utime.h')
-rw-r--r-- | include/utime.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/utime.h b/include/utime.h index 6dadc53ad6..aecd6a14d8 100644 --- a/include/utime.h +++ b/include/utime.h @@ -1 +1,7 @@ +#ifndef _UTIME_H + #include <io/utime.h> + +libc_hidden_proto (utime) + +#endif /* utime.h */ |