Explorar el Código

Fix missing include, thanks Léo

Samuel Thibault hace 8 años
padre
commit
8a713e9521
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/util/openmp_runtime_support_environment.c

+ 1 - 0
src/util/openmp_runtime_support_environment.c

@@ -20,6 +20,7 @@
 #include <stdlib.h>
 #include <ctype.h>
 #include <strings.h>
+#include <limits.h>
 
 #define _STARPU_INITIAL_PLACES_LIST_SIZE      4
 #define _STARPU_INITIAL_PLACE_ITEMS_LIST_SIZE 4