X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..ed9b07e5c0c7eb6d4d38b0fe5aaea80d6996a8a7:/examples/msg/kademlia/node.c diff --git a/examples/msg/kademlia/node.c b/examples/msg/kademlia/node.c index 3178993bda..49c9345ecd 100644 --- a/examples/msg/kademlia/node.c +++ b/examples/msg/kademlia/node.c @@ -1,5 +1,4 @@ - -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -8,7 +7,7 @@ #include "node.h" #include "routing_table.h" -#include "msg/msg.h" +#include "simgrid/msg.h" #include "xbt/log.h" #include "xbt/asserts.h" XBT_LOG_NEW_DEFAULT_CATEGORY(msg_kademlia_node,