]> git.wh0rd.org - dump.git/blobdiff - restore/restore.c
Fixed a socket descriptor leak in dump.
[dump.git] / restore / restore.c
index 86152040d158624e53693f007a812f138f7f6990..c0e6b328fa0e1e46f0da72e7b1952e10bc8133fc 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: restore.c,v 1.15 2001/04/10 12:46:53 stelian Exp $";
+       "$Id: restore.c,v 1.16 2001/04/12 13:14:15 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -50,6 +50,7 @@ static const char rcsid[] =
 #ifdef __linux__
 #include <sys/param.h>
 #include <sys/time.h>
+#include <time.h>
 #include <linux/ext2_fs.h>
 #include <bsdcompat.h>
 #else  /* __linux__ */