Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv msg/msg.h simgrid/msg.h
[simgrid.git] / examples / msg / kademlia / kademlia.c
index 5f9bb6a..f542444 100644 (file)
@@ -8,7 +8,7 @@
 #include "node.h"
 #include "task.h"
 
-#include "msg/msg.h"
+#include "simgrid/msg.h"
 #include "xbt/log.h"
 #include "xbt/asserts.h"
 /** @addtogroup MSG_examples