summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-03-21 20:30:35 +0000
committeralfred <alfred@FreeBSD.org>2001-03-21 20:30:35 +0000
commitc17cf08845067d0467a5f8a184516297f55ff3b1 (patch)
treea90df677d505500e592afedfbe0f8026a87a2ecf /sbin/fsdb
parent4b8b41b15455c7449b53e0a25c16c8dd918a1228 (diff)
downloadFreeBSD-src-c17cf08845067d0467a5f8a184516297f55ff3b1.zip
FreeBSD-src-c17cf08845067d0467a5f8a184516297f55ff3b1.tar.gz
Include headers to unbreak world.
Submitted by: Ollivier Robert <roberto@eurocontrol.fr>
Diffstat (limited to 'sbin/fsdb')
-rw-r--r--sbin/fsdb/fsdbutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c
index 3846b6b..eaa24ff 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"
OpenPOWER on IntegriCloud