bench: Make sys/time.h a system include
This commit is contained in:
parent
a6f4bcf6e1
commit
68b16a1662
@ -15,7 +15,7 @@
|
|||||||
#if (defined(_MSC_VER) && _MSC_VER >= 1900)
|
#if (defined(_MSC_VER) && _MSC_VER >= 1900)
|
||||||
# include <time.h>
|
# include <time.h>
|
||||||
#else
|
#else
|
||||||
# include "sys/time.h"
|
# include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int64_t gettime_i64(void) {
|
static int64_t gettime_i64(void) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user