diff options
Diffstat (limited to 'src/stat/futimesat.c')
-rw-r--r-- | src/stat/futimesat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stat/futimesat.c b/src/stat/futimesat.c index b4eea1d3..4bdb1c29 100644 --- a/src/stat/futimesat.c +++ b/src/stat/futimesat.c @@ -3,7 +3,6 @@ #include <sys/stat.h> #include <errno.h> #include "syscall.h" -#include "libc.h" int __futimesat(int dirfd, const char *pathname, const struct timeval times[2]) { |