Added a missing options include.

This commit is contained in:
Bruce Evans 1998-06-21 12:36:12 +00:00
parent df471779ea
commit 4344f492c4
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ ext2_blkatoff(vp, offset, res, bpp)
return (0);
}
#include "opt_ddb.h"
#ifdef DDB
static void
ext2_checkoverlap(bp, ip)

View File

@ -88,6 +88,7 @@ ext2_blkatoff(vp, offset, res, bpp)
return (0);
}
#include "opt_ddb.h"
#ifdef DDB
static void
ext2_checkoverlap(bp, ip)