Browse Source

Add missing simix include for simix functions

Samuel Thibault 7 years ago
parent
commit
2bce3f1e71
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/thread.c

+ 1 - 0
src/common/thread.c

@@ -34,6 +34,7 @@
 #include <xbt/synchro_core.h>
 #endif
 #include <smpi/smpi.h>
+#include <simgrid/simix.h>
 #else
 
 #if defined(STARPU_LINUX_SYS) && defined(STARPU_HAVE_XCHG)