svn commit: r243250 - head/sys/ufs/ffs

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Nov 18 22:03:32 UTC 2012


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.


More information about the svn-src-head mailing list