Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv msg/msg.h simgrid/msg.h
[simgrid.git] / examples / msg / bittorrent / tracker.c
index 631a4560b8c88994651a034666962ba7aecd86a4..4c32db8ada71eb52fc8d2736fc81b3a6ea261e70 100644 (file)
@@ -5,7 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "tracker.h"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "tracker.h"
-#include <msg/msg.h>
+#include <simgrid/msg.h>
 #include <xbt/RngStream.h>
 
 static void task_free(void *data);
 #include <xbt/RngStream.h>
 
 static void task_free(void *data);