Browse Source

futimesat: add missing header

Waldemar Brodkorb 4 tháng trước cách đây
mục cha
commit
4bcf25e75d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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