X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a..6a42d0b4d34e2b9777922430ef85646dabbefa20:/examples/msg/bittorrent/tracker.c?ds=sidebyside diff --git a/examples/msg/bittorrent/tracker.c b/examples/msg/bittorrent/tracker.c index 631a4560b8..15f6a94031 100644 --- a/examples/msg/bittorrent/tracker.c +++ b/examples/msg/bittorrent/tracker.c @@ -1,11 +1,11 @@ -/* Copyright (c) 2012-2014. The SimGrid Team. +/* Copyright (c) 2012-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #include "tracker.h" -#include +#include #include static void task_free(void *data);