浏览代码

include limits.h for ULONG_MAX

Samuel Thibault 7 年之前
父节点
当前提交
df3d069904
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/jobs.c

+ 1 - 0
src/core/jobs.c

@@ -30,6 +30,7 @@
 #include <starpu_top.h>
 #include <top/starpu_top_core.h>
 #include <core/debug.h>
+#include <limits.h>
 
 /* we need to identify each task to generate the DAG. */
 static unsigned long job_cnt = 0;