diff options
author | trasz <trasz@FreeBSD.org> | 2012-11-18 22:03:31 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2012-11-18 22:03:31 +0000 |
commit | 5a5656d092a863075026d6bf72deac53c9a3f4a6 (patch) | |
tree | d8e04aa27323b7f3bc65ffc42b20e7caa7ea64e7 | |
parent | e2bd7f047ac947ecc9e0a6004929b0907771f6c9 (diff) | |
download | FreeBSD-src-5a5656d092a863075026d6bf72deac53c9a3f4a6.zip FreeBSD-src-5a5656d092a863075026d6bf72deac53c9a3f4a6.tar.gz |
Fix build of kdump(1).
-rw-r--r-- | sys/ufs/ffs/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index dbefad3..b62a808 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -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. |