summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-01-19 19:49:48 +0000
committerjhb <jhb@FreeBSD.org>2011-01-19 19:49:48 +0000
commit8b2a72df6244536ff98630c89e2c8f878699fe77 (patch)
tree82ee3437b264fb2e219184f3044d7877452c237f /sys/fs/ext2fs
parentfbad453baa003b4d621ee5bdd3e60426e1f4d6de (diff)
downloadFreeBSD-src-8b2a72df6244536ff98630c89e2c8f878699fe77.zip
FreeBSD-src-8b2a72df6244536ff98630c89e2c8f878699fe77.tar.gz
Fix build with KDB defined.
Pointy hat to: jhb Submitted by: jkim
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 c33ebb0..70ade83 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
OpenPOWER on IntegriCloud