Преглед изворни кода

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>