Browse Source

futimesat: add missing header

Waldemar Brodkorb 4 weeks ago
parent
commit
4bcf25e75d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/common/futimesat.c

+ 1 - 0
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