diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-04-04 04:17:07 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-04-04 04:17:07 +0000 |
| commit | 35cf80de3655e7b12ee06cd0995753b46296c3be (patch) | |
| tree | 0dd650e00d8c98ebea1a8e31597d87de0ad3236c | |
| parent | f5d642e66fd0c622bec80004533ff92d9d732ebd (diff) | |
Notes
| -rw-r--r-- | sbin/growfs/growfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> #include <stdint.h> #include <string.h> +#include <time.h> #include <unistd.h> #include <ufs/ufs/dinode.h> #include <ufs/ffs/fs.h> |
