Просмотр исходного кода

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

Paul Eggert 24 лет назад
Родитель
Сommit
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>