diff options
author | bde <bde@FreeBSD.org> | 1998-06-21 12:36:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-06-21 12:36:12 +0000 |
commit | a5331e458c3333c9430caeba24b3482e6894fbbc (patch) | |
tree | 207846e78ae54f2952f0c37e652443cb6d16196d /sys/gnu/fs/ext2fs | |
parent | 37526a29b05f18b34df589bd03b6227856b031d3 (diff) | |
download | FreeBSD-src-a5331e458c3333c9430caeba24b3482e6894fbbc.zip FreeBSD-src-a5331e458c3333c9430caeba24b3482e6894fbbc.tar.gz |
Added a missing options include.
Diffstat (limited to 'sys/gnu/fs/ext2fs')
-rw-r--r-- | sys/gnu/fs/ext2fs/ext2_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |