Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2012 22:03:32 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243250 - head/sys/ufs/ffs
Message-ID:  <201211182203.qAIM3WrI020406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Nov 18 22:03:31 2012
New Revision: 243250
URL: http://svnweb.freebsd.org/changeset/base/243250

Log:
  Fix build of kdump(1).

Modified:
  head/sys/ufs/ffs/fs.h

Modified: head/sys/ufs/ffs/fs.h
==============================================================================
--- head/sys/ufs/ffs/fs.h	Sun Nov 18 20:41:46 2012	(r243249)
+++ head/sys/ufs/ffs/fs.h	Sun Nov 18 22:03:31 2012	(r243250)
@@ -34,6 +34,7 @@
 #define _UFS_FFS_FS_H_
 
 #include <sys/mount.h>
+#include <ufs/ufs/dinode.h>
 
 /*
  * Each disk drive contains some number of filesystems.



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