소스 검색

src/top/starpu_top_connection.c: fixes for windows

Nathalie Furmento 11 년 전
부모
커밋
9543a4d5fc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/top/starpu_top_connection.c

+ 2 - 1
src/top/starpu_top_connection.c

@@ -16,10 +16,11 @@
  */
 
 #include <starpu_config.h>
+#include <starpu_util.h>
 
 #ifdef __MINGW__
-#  include <w32api.h>
 #  define WINVER WindowsXP
+#  include <w32api.h>
 #endif
 
 #ifdef STARPU_HAVE_WINDOWS