浏览代码

futimesat: add missing header

Waldemar Brodkorb 4 月之前
父节点
当前提交
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