From 35cf80de3655e7b12ee06cd0995753b46296c3be Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 4 Apr 2004 04:17:07 +0000 Subject: [PATCH] Include instead of depending on namespace pollution in for the declaration of time(). --- sbin/growfs/growfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index b3477e66c5d6..6f972fa9c2ec 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -67,6 +67,7 @@ static const char rcsid[] = #include #include #include +#include #include #include #include