Skip to content

Commit 5ec1333

Browse files
Merge bitcoin-core/secp256k1#1285: bench: Make sys/time.h a system include
68b16a1 bench: Make sys/time.h a system include (Tim Ruffing) Pull request description: just because it is minimally more correct ACKs for top commit: hebasto: ACK 68b16a1, I've skimmed through the whole codebase and did not find any more similar cases. Tree-SHA512: 0a929b36202100abf0d14e9328a2dc2b4c9db5532f95514315cb04dd0a970dbbb1dc02c6275be0ec109dc88f6090f6ce48a65003c852fd4dc750decf07e563c4
2 parents a6f4bcf + 68b16a1 commit 5ec1333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bench.h

Lines changed: 1 addition & 1 deletion
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)