mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
Include <time.h> instead of depending on namespace pollution in <sys/stat.h>
for the declaration of time().
This commit is contained in:
parent
f5d642e66f
commit
35cf80de36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127821
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user