浏览代码

Include <time.h>, since we invoke "time".

Paul Eggert 24 年之前
父节点
当前提交
22596ef599
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/extract.c

+ 1 - 0
src/extract.c

@@ -18,6 +18,7 @@
 
 #include "system.h"
 #include <quotearg.h>
+#include <time.h>
 
 #if HAVE_UTIME_H
 # include <utime.h>