Samuel Thibault hace 10 años
padre
commit
b0f51a061f
Se han modificado 1 ficheros con 1 adiciones y 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