diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-08 10:08:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-08 10:08:08 +0200 |
commit | 4bcf25e75df857806623ff80924675bf849a60d2 (patch) | |
tree | d316273a01042280b1b21b9699abeb9423de24c1 /libc | |
parent | cdde4f237880befd8042f2156ad831fea9e56945 (diff) |
futimesat: add missing header
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/futimesat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/futimesat.c b/libc/sysdeps/linux/common/futimesat.c index fd19fea7c..bf36550dd 100644 --- a/libc/sysdeps/linux/common/futimesat.c +++ b/libc/sysdeps/linux/common/futimesat.c @@ -7,6 +7,7 @@ */ #include <sys/syscall.h> +#include <sys/stat.h> #include <sys/time.h> #ifdef __NR_futimesat |