Explorar el Código

Fix accessing data handle internals

Samuel Thibault hace 4 años
padre
commit
d30677afab
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      tests/datawizard/interfaces/test_interfaces.c

+ 1 - 2
tests/datawizard/interfaces/test_interfaces.c

@@ -16,8 +16,7 @@
 
 #include <starpu.h>
 
-/* XXX Why cant we dereference a handle without this one ? */
-#include <core/sched_policy.h>
+#include <datawizard/coherency.h>
 
 #include <assert.h>