diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-21 20:30:35 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-21 20:30:35 +0000 |
| commit | 9eb8ec95f4c9ee60ae874ff032325cd1a09cf5e0 (patch) | |
| tree | 1ae99b630c56eea262dd7bf93bede17c552f701c | |
| parent | 3bd65123fa6d6913762f91bd4d9e27ac4eec22e6 (diff) | |
Notes
| -rw-r--r-- | sbin/fsdb/fsdbutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index 3846b6bd5ffb2..eaa24ffbc72c3 100644 --- a/sbin/fsdb/fsdbutil.c +++ b/sbin/fsdb/fsdbutil.c @@ -34,6 +34,7 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/types.h> +#include <sys/param.h> #include <ctype.h> #include <err.h> #include <grp.h> @@ -42,6 +43,7 @@ static const char rcsid[] = #include <time.h> #include <ufs/ufs/dinode.h> +#include <ufs/ffs/fs.h> #include "fsdb.h" #include "fsck.h" |
