]> git.wh0rd.org - dump.git/blobdiff - dump/main.c
RPM spec update and time.h cleanups (from RedHat latest rpm)
[dump.git] / dump / main.c
index ae9ffce26135fd350911ae73eb4a350385137e14..15d00f32cefd275f118552e47117a406a5cf7496 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: main.c,v 1.49 2001/06/18 10:58:28 stelian Exp $";
+       "$Id: main.c,v 1.50 2001/07/18 09:12:05 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -58,6 +58,7 @@ static const char rcsid[] =
 
 #include <sys/param.h>
 #include <sys/time.h>
+#include <time.h>
 #ifdef __linux__
 #ifdef HAVE_EXT2FS_EXT2_FS_H
 #include <ext2fs/ext2_fs.h>
@@ -65,7 +66,6 @@ static const char rcsid[] =
 #include <linux/ext2_fs.h>
 #endif
 #include <ext2fs/ext2fs.h>
-#include <time.h>
 #include <sys/stat.h>
 #include <bsdcompat.h>
 #elif defined sunos