1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Fix build of kdump(1).

This commit is contained in:
Edward Tomasz Napierala 2012-11-18 22:03:31 +00:00
parent 73f81b5b19
commit 213a71c68b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243250

View File

@ -34,6 +34,7 @@
#define _UFS_FFS_FS_H_ #define _UFS_FFS_FS_H_
#include <sys/mount.h> #include <sys/mount.h>
#include <ufs/ufs/dinode.h>
/* /*
* Each disk drive contains some number of filesystems. * Each disk drive contains some number of filesystems.