Skip to content

Commit

Permalink
bench: Make sys/time.h a system include
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Apr 21, 2023
1 parent a6f4bcf commit 68b16a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bench.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#if (defined(_MSC_VER) && _MSC_VER >= 1900)
# include <time.h>
#else
# include "sys/time.h"
# include <sys/time.h>
#endif

static int64_t gettime_i64(void) {
Expand Down

0 comments on commit 68b16a1

Please sign in to comment.