]> git.wh0rd.org - dump.git/blobdiff - restore/utilities.c
Cosmetic changes to QFA code / time.h headers.
[dump.git] / restore / utilities.c
index e2bf2e2682f955f18df33bc80661ab32ab53f1ee..95cb2160acb619896fd2b36ef81e76eb93c29487 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: utilities.c,v 1.14 2001/04/10 12:46:53 stelian Exp $";
+       "$Id: utilities.c,v 1.15 2001/04/24 10:59:13 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -56,6 +56,7 @@ static const char rcsid[] =
 
 #ifdef __linux__
 #include <sys/time.h>
+#include <time.h>
 #include <linux/ext2_fs.h>
 #include <ext2fs/ext2fs.h>
 #include <bsdcompat.h>