diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-12 21:37:08 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-12 21:37:08 +0000 |
commit | 75766e179d86dc47c602150fec8e95ba40d9abd5 (patch) | |
tree | 6ef9bf5fb23f7844e6c5bbac2556898c6d0821ff /sbin/quotacheck/quotacheck.c | |
parent | ab4f4196a95972385d8af2e2b4abb737ad11c4c5 (diff) | |
download | src-75766e179d86dc47c602150fec8e95ba40d9abd5.tar.gz src-75766e179d86dc47c602150fec8e95ba40d9abd5.zip |
Sigh, more BBSIZE related breakage.
Sponsored by: DARPA & NAI Labs.
Notes
Notes:
svn path=/head/; revision=96478
Diffstat (limited to 'sbin/quotacheck/quotacheck.c')
-rw-r--r-- | sbin/quotacheck/quotacheck.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index ca8f96b3954f..fff1b7335990 100644 --- a/sbin/quotacheck/quotacheck.c +++ b/sbin/quotacheck/quotacheck.c @@ -52,6 +52,7 @@ static const char rcsid[] = * Fix up / report on disk quotas & usage */ #include <sys/param.h> +#include <sys/disklabel.h> #include <sys/stat.h> #include <ufs/ufs/dinode.h> |