Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not include C files. Instead, add them to the project file. Hopefully, this will...
[simgrid.git] / src / xbt / xbt_thread_context.c
index fb8307b..891a6dd 100644 (file)
@@ -1,5 +1,7 @@
 \r
 #include "xbt/function_types.h"\r
+#include "xbt/xbt_context_factory.h"\r
+#include "xbt/xbt_thread_context.h"\r
 \r
 static xbt_context_t \r
 xbt_thread_context_factory_create_context(const char* name, xbt_main_func_t code, void_f_pvoid_t startup_func, void* startup_arg, void_f_pvoid_t cleanup_func, void* cleanup_arg, int argc, char** argv);\r