Browse Source

include limits.h for ULONG_MAX

Samuel Thibault 7 years ago
parent
commit
df3d069904
1 changed files with 1 additions and 0 deletions
  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;