diff options
Diffstat (limited to 'libc/sysdeps/linux/common/utimes.c')
-rw-r--r-- | libc/sysdeps/linux/common/utimes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/utimes.c b/libc/sysdeps/linux/common/utimes.c index 83ddb7381..37909a7b3 100644 --- a/libc/sysdeps/linux/common/utimes.c +++ b/libc/sysdeps/linux/common/utimes.c @@ -17,7 +17,6 @@ libc_hidden_proto(utimes) _syscall2(int, utimes, const char *, file, const struct timeval *, tvp); #else #include <stdlib.h> -#include <sys/time.h> libc_hidden_proto(utime) |