aboutsummaryrefslogtreecommitdiff
path: root/sys
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
parent182b3808b5001c9398692edd72b5e15f859844ca (diff)
Notes
Diffstat (limited to 'sys')
-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 c33ebb046fb5f..70ade831b82d4 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