ソースを参照

futimesat: add missing header

Waldemar Brodkorb 1 ヶ月 前
コミット
4bcf25e75d
1 ファイル変更1 行追加0 行削除
  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