Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add EXPERIMENTAL Coroutines support
[simgrid.git] / src / smx_context_java.h
index 784b949..084c5d4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2009, 2010, 2012. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -9,7 +9,7 @@
 
 #include <xbt/misc.h>
 #include <simgrid/simix.h>
-#include <xbt/os_thread.h>
+#include <xbt/xbt_os_thread.h>
 
 #include "jmsg.h"
 #include "jmsg_process.h"