Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compile: ruby's context factoy should respect the factory interface
[simgrid.git] / src / simix / smx_context_sysv.c
index c0c1a02..1aba1d4 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "smx_context_sysv_private.h"
 #include "xbt/threadpool.h"
+#include "simix/private.h"
 
 #ifdef HAVE_VALGRIND_VALGRIND_H
 #  include <valgrind/valgrind.h>
@@ -184,4 +185,4 @@ void smx_ctx_sysv_runall_parallel(xbt_swag_t processes)
   while((process = xbt_swag_extract(processes))){
     xbt_tpool_queue_job(tpool, (void_f_pvoid_t)smx_ctx_sysv_resume, process->context);
   }
-}
+}
\ No newline at end of file