diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-18 03:24:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-18 03:24:10 +0000 |
commit | 26fd9eb90a9534cba596177580bac5815a9d3c71 (patch) | |
tree | e4c034689ca81497bcbdc521944eaca09547761b /sbin/fsck_ext2fs | |
parent | 478a217a9fd3a234f720f158f6c08c97814c1dd3 (diff) |
pull in more includes
Diffstat (limited to 'sbin/fsck_ext2fs')
-rw-r--r-- | sbin/fsck_ext2fs/pass5.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/fsck_ext2fs/pass5.c b/sbin/fsck_ext2fs/pass5.c index 3fd00aa5bb1..0318d183ff9 100644 --- a/sbin/fsck_ext2fs/pass5.c +++ b/sbin/fsck_ext2fs/pass5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pass5.c,v 1.6 2001/01/31 22:31:11 deraadt Exp $ */ +/* $OpenBSD: pass5.c,v 1.7 2001/09/18 03:24:09 deraadt Exp $ */ /* $NetBSD: pass5.c,v 1.1 1997/06/11 11:21:58 bouyer Exp $ */ /* @@ -42,13 +42,14 @@ static char sccsid[] = "@(#)pass5.c 8.6 (Berkeley) 11/30/94"; #if 0 static char rcsid[] = "$NetBSD: pass5.c,v 1.1 1997/06/11 11:21:58 bouyer Exp $"; #else -static char rcsid[] = "$OpenBSD: pass5.c,v 1.6 2001/01/31 22:31:11 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: pass5.c,v 1.7 2001/09/18 03:24:09 deraadt Exp $"; #endif #endif #endif /* not lint */ #include <sys/param.h> #include <sys/time.h> +#include <ufs/ufs/dinode.h> #include <ufs/ext2fs/ext2fs_dinode.h> #include <ufs/ext2fs/ext2fs.h> #include <ufs/ext2fs/ext2fs_extern.h> |