|
@@ -16,6 +16,10 @@
|
|
|
|
|
|
#include <starpu-gcc/config.h>
|
|
|
|
|
|
+/* We must include starpu.h here, otherwise gcc will complain about a poisoned
|
|
|
+ malloc in xmmintrin.h. */
|
|
|
+#include <starpu.h>
|
|
|
+
|
|
|
#include <gcc-plugin.h>
|
|
|
#include <plugin-version.h>
|
|
|
|
|
@@ -36,7 +40,6 @@
|
|
|
#include <starpu-gcc/tasks.h>
|
|
|
#include <starpu-gcc/utils.h>
|
|
|
#include <starpu-gcc/opencl.h>
|
|
|
-#include <starpu.h>
|
|
|
|
|
|
|
|
|
/* Task-related functions. */
|