Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix coverage paths and add sloccount
[simgrid.git] / teshsuite / msg / app-bittorrent / bittorrent.c
index 7cad511cae22ede9aa95ed23f2312c606955c1ee..d34d5d4d6833741fddece69932d74ba1cba27f6d 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2012-2017. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2012-2018. 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. */
@@ -10,6 +9,8 @@
 #include <simgrid/msg.h>
 #include <xbt/RngStream.h>
 
+#include <stdio.h> /* snprintf */
+
 /** Bittorrent example launcher */
 int main(int argc, char* argv[])
 {