Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv msg/msg.h simgrid/msg.h
[simgrid.git] / examples / msg / bittorrent / bittorrent.c
index 0ad478188e6a30c672868a30ddf77bb220fe7332..a1d9b768976c58d84dafcd0253019b45435bd4d4 100644 (file)
@@ -7,7 +7,7 @@
 #include "bittorrent.h"
 #include "peer.h"
 #include "tracker.h"
 #include "bittorrent.h"
 #include "peer.h"
 #include "tracker.h"
-#include <msg/msg.h>
+#include <simgrid/msg.h>
 #include <xbt/RngStream.h>
 
 /**
 #include <xbt/RngStream.h>
 
 /**