Samuel Thibault 11 years ago
parent
commit
b40a05fe3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/timing.c

+ 1 - 1
src/common/timing.c

@@ -130,7 +130,7 @@ static unsigned long long _starpu_residual = 0;
 static int _starpu_inited = 0;
 
 #if defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
-static int mygettimeofday(struct timeval tv, void *tz)
+static int mygettimeofday(struct timeval *tv, void *tz)
 {
 	if (tv)
 	{