Forráskód Böngészése

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

Paul Eggert 24 éve
szülő
commit
22596ef599
1 módosított fájl, 1 hozzáadás és 0 törlés
  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>