Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / teshsuite / msg / app-bittorrent / bittorrent.c
index 93b8e0e..debad6f 100644 (file)
@@ -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 <simgrid/msg.h>
 #include <xbt/RngStream.h>
 
+#include <stdio.h> /* snprintf */
+
 /** Bittorrent example launcher */
 int main(int argc, char* argv[])
 {