Browse Source

fix mingw build error

pull/26/head
Guang 6 years ago
parent
commit
3a7acee037
  1. 2
      benchmark.c

2
benchmark.c

@ -27,7 +27,7 @@
#include <stdio.h> #include <stdio.h>
#ifdef WIN32 #if defined(WIN32) && !defined(__GNUC__)
#include <windows.h> #include <windows.h>
static int gettimeofday(struct timeval *tp, void *tzp) static int gettimeofday(struct timeval *tp, void *tzp)

Loading…
Cancel
Save