]> Dogcows Code - chaz/tar/commitdiff
Include <time.h>, since we invoke "time".
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Oct 2000 06:37:55 +0000 (06:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Oct 2000 06:37:55 +0000 (06:37 +0000)
src/extract.c

index 052348ae40fb1e23b9e5ee258c521b4f3a3b85c3..8cabb52cf9704b9df47b2abe5859aa0ce40010b1 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "system.h"
 #include <quotearg.h>
+#include <time.h>
 
 #if HAVE_UTIME_H
 # include <utime.h>
This page took 0.022615 seconds and 4 git commands to generate.