aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-02-25 07:39:34 +0000
committerBruce Evans <bde@FreeBSD.org>2002-02-25 07:39:34 +0000
commit10acff06b9c2809f000c3602c187eac62301dbce (patch)
treea3c9dad61f7adac3a57ed3a81da3003ca27d1e45
parent4fbbde7f8a81fcdd61b4d41975c65c1c053ffc93 (diff)
Notes
-rw-r--r--usr.sbin/repquota/repquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index c5501c8a1e13..5be1f6cefe29 100644
--- a/usr.sbin/repquota/repquota.c
+++ b/usr.sbin/repquota/repquota.c
@@ -52,7 +52,6 @@ static const char rcsid[] =
* Quota report
*/
#include <sys/param.h>
-#include <sys/stat.h>
#include <ufs/ufs/quota.h>
#include <err.h>
#include <errno.h>
@@ -62,6 +61,7 @@ static const char rcsid[] =
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include <utmp.h>