]> git.wh0rd.org - dump.git/blobdiff - restore/symtab.c
Cosmetic changes to QFA code / time.h headers.
[dump.git] / restore / symtab.c
index abf8d7ae6fca904e02cf3c55e96cdd0ad20a92e2..4cabfb567bc0b44401089640e7a03bee9a05b2ad 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: symtab.c,v 1.13 2001/03/20 10:02:48 stelian Exp $";
+       "$Id: symtab.c,v 1.14 2001/04/24 10:59:13 stelian Exp $";
 #endif /* not lint */
 
 /*
@@ -59,6 +59,7 @@ static const char rcsid[] =
 
 #ifdef __linux__
 #include <sys/time.h>
+#include <time.h>
 #include <linux/ext2_fs.h>
 #include <bsdcompat.h>
 #else  /* __linux__ */