Explorar o código

tests/perfmodels/value_nan.c: include io.h file when running on windows

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
acd676ce88
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/perfmodels/value_nan.c

+ 4 - 0
tests/perfmodels/value_nan.c

@@ -18,6 +18,10 @@
 #include <core/perfmodel/perfmodel.h>
 #include "../helper.h"
 
+#ifdef STARPU_HAVE_WINDOWS
+#include <io.h>
+#endif
+
 #define STRING "booh"
 
 int _check_number(double val, int nan)