Include <time.h> instead of depending on namespace pollution in <sys/stat.h>

for the declaration of time().
This commit is contained in:
Bruce Evans 2004-04-04 04:17:07 +00:00
parent f5d642e66f
commit 35cf80de36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127821

View File

@ -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>