diff --git a/benchmark.c b/benchmark.c index 30f80e4..10492a4 100644 --- a/benchmark.c +++ b/benchmark.c @@ -27,7 +27,7 @@ #include -#ifdef WIN32 +#if defined(WIN32) && !defined(__GNUC__) #include static int gettimeofday(struct timeval *tp, void *tzp)