Browse Source

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

Paul Eggert 24 years ago
parent
commit
22596ef599
1 changed files with 1 additions and 0 deletions
  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>