summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-21 12:36:12 +0000
committerbde <bde@FreeBSD.org>1998-06-21 12:36:12 +0000
commita5331e458c3333c9430caeba24b3482e6894fbbc (patch)
tree207846e78ae54f2952f0c37e652443cb6d16196d /sys/gnu
parent37526a29b05f18b34df589bd03b6227856b031d3 (diff)
downloadFreeBSD-src-a5331e458c3333c9430caeba24b3482e6894fbbc.zip
FreeBSD-src-a5331e458c3333c9430caeba24b3482e6894fbbc.tar.gz
Added a missing options include.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/ext2fs/ext2_subr.c1
-rw-r--r--sys/gnu/fs/ext2fs/ext2_subr.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_subr.c b/sys/gnu/ext2fs/ext2_subr.c
index 3040d24..30da6a7 100644
--- a/sys/gnu/ext2fs/ext2_subr.c
+++ b/sys/gnu/ext2fs/ext2_subr.c
@@ -88,6 +88,7 @@ ext2_blkatoff(vp, offset, res, bpp)
return (0);
}
+#include "opt_ddb.h"
#ifdef DDB
static void
ext2_checkoverlap(bp, ip)
diff --git a/sys/gnu/fs/ext2fs/ext2_subr.c b/sys/gnu/fs/ext2fs/ext2_subr.c
index 3040d24..30da6a7 100644
--- a/sys/gnu/fs/ext2fs/ext2_subr.c
+++ b/sys/gnu/fs/ext2fs/ext2_subr.c
@@ -88,6 +88,7 @@ ext2_blkatoff(vp, offset, res, bpp)
return (0);
}
+#include "opt_ddb.h"
#ifdef DDB
static void
ext2_checkoverlap(bp, ip)
OpenPOWER on IntegriCloud