Added a missing options include.
This commit is contained in:
parent
df471779ea
commit
4344f492c4
@ -88,6 +88,7 @@ ext2_blkatoff(vp, offset, res, bpp)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#ifdef DDB
|
||||
static void
|
||||
ext2_checkoverlap(bp, ip)
|
||||
|
@ -88,6 +88,7 @@ ext2_blkatoff(vp, offset, res, bpp)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#ifdef DDB
|
||||
static void
|
||||
ext2_checkoverlap(bp, ip)
|
||||
|
Loading…
Reference in New Issue
Block a user