浏览代码

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