aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-21 12:36:12 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-21 12:36:12 +0000
commit4344f492c4842611a714acd2131e1c2f6ac3b987 (patch)
tree286357e33e72919e73063e21206513b8eb058143 /sys/gnu
parentdf471779ea30010cad783a1cf0c754ea128ab0e3 (diff)
downloadsrc-4344f492c4842611a714acd2131e1c2f6ac3b987.tar.gz
src-4344f492c4842611a714acd2131e1c2f6ac3b987.zip
Added a missing options include.
Notes
Notes: svn path=/head/; revision=37088
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 3040d2427b7c..30da6a7300cb 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 3040d2427b7c..30da6a7300cb 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)