Explorar el Código

fix build without openmp

Samuel Thibault hace 6 años
padre
commit
39ae0680bf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/openmp/taskloop.c

+ 1 - 0
tests/openmp/taskloop.c

@@ -1,6 +1,7 @@
 #include <pthread.h>
 #include <starpu.h>
 #include <stdio.h>
+#include "../helper.h"
 
 /*
  * Check the OpenMP orphaned task support.