소스 검색

Fix typo...

Samuel Thibault 10 년 전
부모
커밋
b0f51a061f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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