mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
#include <sys/time.h> before <sys/stat.h> to get timespec.
This commit is contained in:
parent
072f6798f8
commit
0c33afd77a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98549
@ -37,6 +37,7 @@
|
||||
#define _POSIX_SOURCE
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <sys/times.h>
|
||||
|
Loading…
Reference in New Issue
Block a user