bench: Make sys/time.h a system include

This commit is contained in:
Tim Ruffing 2023-04-21 11:18:36 +02:00
parent a6f4bcf6e1
commit 68b16a1662

View File

@ -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) {