Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
b0f51a061f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/starpu_util.h

+ 1 - 1
include/starpu_util.h

@@ -323,7 +323,7 @@ struct timespec {
 #endif /* STARPU_TIMESPEC_DEFINED */
 #endif /* STARPU_HAVE_STRUCT_TIMESPEC */
 /* Fetch gettimeofday on mingw/cygwin */
-#if defined(__MING32__) || defined(__CYGWIN__)
+#if defined(__MINGW32__) || defined(__CYGWIN__)
 #include <sys/time.h>
 #endif
 #else