X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecd5f7562caf1d443bf22788fa5f4fac408776ec..e14fa93ba6768b92d674a9d7d1f674592658afaa:/teshsuite/msg/app-bittorrent/bittorrent.c diff --git a/teshsuite/msg/app-bittorrent/bittorrent.c b/teshsuite/msg/app-bittorrent/bittorrent.c index 93b8e0e183..debad6f06f 100644 --- a/teshsuite/msg/app-bittorrent/bittorrent.c +++ b/teshsuite/msg/app-bittorrent/bittorrent.c @@ -1,15 +1,16 @@ -/* Copyright (c) 2012-2017. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2012-2019. 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 "bittorrent.h" -#include "peer.h" +#include "bittorrent-peer.h" #include "tracker.h" #include #include +#include /* snprintf */ + /** Bittorrent example launcher */ int main(int argc, char* argv[]) {