Explorar o código

futimesat: add missing header

Waldemar Brodkorb hai 1 mes
pai
achega
4bcf25e75d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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