aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2011-01-19 19:49:48 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2011-01-19 19:49:48 +0000
commita2add8d07091e3391f52d339c8c169d397fbd325 (patch)
tree82ee3437b264fb2e219184f3044d7877452c237f /sys/fs/ext2fs
parent182b3808b5001c9398692edd72b5e15f859844ca (diff)
downloadsrc-a2add8d07091e3391f52d339c8c169d397fbd325.tar.gz
src-a2add8d07091e3391f52d339c8c169d397fbd325.zip
Fix build with KDB defined.
Pointy hat to: jhb Submitted by: jkim
Notes
Notes: svn path=/head/; revision=217594
Diffstat (limited to 'sys/fs/ext2fs')
-rw-r--r--sys/fs/ext2fs/ext2_subr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/ext2fs/ext2_subr.c b/sys/fs/ext2fs/ext2_subr.c
index c33ebb046fb5..70ade831b82d 100644
--- a/sys/fs/ext2fs/ext2_subr.c
+++ b/sys/fs/ext2fs/ext2_subr.c
@@ -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