Skip to content

Commit 68b16a1

Browse files
bench: Make sys/time.h a system include
1 parent a6f4bcf commit 68b16a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bench.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#if (defined(_MSC_VER) && _MSC_VER >= 1900)
1616
# include <time.h>
1717
#else
18-
# include "sys/time.h"
18+
# include <sys/time.h>
1919
#endif
2020

2121
static int64_t gettime_i64(void) {

0 commit comments

Comments
 (0)