Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / src / simix / smx_context_thread.c
index c332693..75d998f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* context_thread - implementation of context switching with native threads */
 
 /* Copyright (c) 2004-2008 the SimGrid team. All right reserved */
@@ -14,6 +12,7 @@
 #include "xbt/swag.h"
 #include "xbt/xbt_os_thread.h"
 #include "xbt_modinter.h"       /* prototype of os thread module's init/exit in XBT */
+#include "simix/smx_context_private.h"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_context);