X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18fd03bb84ea54b81f11bc9d8857d36e57e27485..bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed:/teshsuite/msg/app-bittorrent/bittorrent-messages.c diff --git a/teshsuite/msg/app-bittorrent/bittorrent-messages.c b/teshsuite/msg/app-bittorrent/bittorrent-messages.c index b735c7069a..540b6d5ac1 100644 --- a/teshsuite/msg/app-bittorrent/bittorrent-messages.c +++ b/teshsuite/msg/app-bittorrent/bittorrent-messages.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2012-2014. 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. */ @@ -7,6 +6,8 @@ #include "bittorrent-messages.h" #include "bittorrent.h" +#include /* snprintf */ + XBT_LOG_NEW_DEFAULT_CATEGORY(msg_messages, "Messages specific for the message factory"); #define BITS_TO_BYTES(x) (((x) / 8 + (x) % 8) ? 1 : 0)