svn commit: r217594 - head/sys/fs/ext2fs

John Baldwin jhb at FreeBSD.org
Wed Jan 19 19:49:49 UTC 2011


Author: jhb
Date: Wed Jan 19 19:49:48 2011
New Revision: 217594
URL: http://svn.freebsd.org/changeset/base/217594

Log:
  Fix build with KDB defined.
  
  Pointy hat to:	jhb
  Submitted by:	jkim

Modified:
  head/sys/fs/ext2fs/ext2_subr.c

Modified: head/sys/fs/ext2fs/ext2_subr.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_subr.c	Wed Jan 19 19:36:27 2011	(r217593)
+++ head/sys/fs/ext2fs/ext2_subr.c	Wed Jan 19 19:49:48 2011	(r217594)
@@ -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
 


More information about the svn-src-head mailing list