aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
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