X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..a5d792de61da02b5fdf68c599e88dd2e7d9aa56e:/examples/msg/chainsend/chainsend.c diff --git a/examples/msg/chainsend/chainsend.c b/examples/msg/chainsend/chainsend.c index 06e7bea47d..05a336dfc8 100644 --- a/examples/msg/chainsend/chainsend.c +++ b/examples/msg/chainsend/chainsend.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2007-2010, 2012. The SimGrid Team. - * Copyright (c) 2012. Maximiliano Geier. +/* Copyright (c) 2007-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 #include -#include "msg/msg.h" /* Yeah! If you want to use msg, you need to include msg/msg.h */ +#include "simgrid/msg.h" /* Yeah! If you want to use msg, you need to include simgrid/msg.h */ #include "xbt/sysdep.h" /* calloc */ /* Create a log channel to have nice outputs. */