summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-08 10:08:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-08 10:08:08 +0200
commit4bcf25e75df857806623ff80924675bf849a60d2 (patch)
treed316273a01042280b1b21b9699abeb9423de24c1
parentcdde4f237880befd8042f2156ad831fea9e56945 (diff)
futimesat: add missing header
-rw-r--r--libc/sysdeps/linux/common/futimesat.c1
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