diff options
Diffstat (limited to 'usr.sbin/repquota/repquota.c')
-rw-r--r-- | usr.sbin/repquota/repquota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index 57f2acda532..df68703913c 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -33,7 +33,7 @@ /* * Quota report */ -#include <sys/param.h> +#include <sys/param.h> /* dbtob */ #include <sys/stat.h> #include <ufs/ufs/quota.h> #include <fstab.h> |