]> git.wh0rd.org - dump.git/blobdiff - dump/itime.c
Refuse incompatible options in dump (-a and -B).
[dump.git] / dump / itime.c
index 81d8dc7e7b85b34c2594d13f24006c39070bebbe..41eb78a9c20ea8ce956afd05640ac0bfce284d86 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: itime.c,v 1.18 2001/03/21 09:37:13 stelian Exp $";
+       "$Id: itime.c,v 1.20 2001/07/18 09:12:05 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -55,10 +55,14 @@ 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>
+#else
 #include <linux/ext2_fs.h>
+#endif
 #include <ext2fs/ext2fs.h>
-#include <time.h>
 #include <bsdcompat.h>
 #include <sys/file.h>
 #include <unistd.h>