Selaa lähdekoodia

include limits.h for ULONG_MAX

Samuel Thibault 7 vuotta sitten
vanhempi
commit
df3d069904
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;