Parcourir la source

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

Paul Eggert il y a 24 ans
Parent
commit
22596ef599
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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>