diff options
author | phk <phk@FreeBSD.org> | 2002-05-12 21:43:02 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-05-12 21:43:02 +0000 |
commit | b05dda35e6e892a743533db1107007a1d33fde66 (patch) | |
tree | 4a8dd34d879cb275ac08a528f30dee6b73270db6 /usr.sbin/quot | |
parent | b9045b7d53e73769a174f0bc2177625ea7d02628 (diff) | |
download | FreeBSD-src-b05dda35e6e892a743533db1107007a1d33fde66.zip FreeBSD-src-b05dda35e6e892a743533db1107007a1d33fde66.tar.gz |
Sigh... Yet a BBSIZE breakage.
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r-- | usr.sbin/quot/quot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 9ee84d0..7554935 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -36,6 +36,7 @@ static const char rcsid[] = #include <sys/param.h> #include <sys/mount.h> +#include <sys/disklabel.h> #include <sys/time.h> #include <ufs/ffs/fs.h> #include <ufs/ufs/quota.h> |