Browse Source

Fix missing include, thanks Léo

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