Fix build with KDB defined.

Pointy hat to:	jhb
Submitted by:	jkim
This commit is contained in:
John Baldwin 2011-01-19 19:49:48 +00:00
parent 182b3808b5
commit a2add8d070
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217594

View File

@ -52,6 +52,8 @@
#include <fs/ext2fs/fs.h>
#ifdef KDB
#include <fs/ext2fs/ext2_mount.h>
void ext2_checkoverlap(struct buf *, struct inode *);
#endif