Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2011 19:49:48 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217594 - head/sys/fs/ext2fs
Message-ID:  <201101191949.p0JJnmAn086994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101191949.p0JJnmAn086994>