X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a..ed9b07e5c0c7eb6d4d38b0fe5aaea80d6996a8a7:/examples/msg/kademlia/kademlia.c diff --git a/examples/msg/kademlia/kademlia.c b/examples/msg/kademlia/kademlia.c index 5f9bb6aec9..f5424445bf 100644 --- a/examples/msg/kademlia/kademlia.c +++ b/examples/msg/kademlia/kademlia.c @@ -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