X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f44130abd74051898fd48ac246d80ec1df78bb8..014e302e2156e34a1157c49f6347999ff20b10aa:/teshsuite/mc/random-bug/random-bug.c diff --git a/teshsuite/mc/random-bug/random-bug.c b/teshsuite/mc/random-bug/random-bug.c index 9fbb738889..b74603af53 100644 --- a/teshsuite/mc/random-bug/random-bug.c +++ b/teshsuite/mc/random-bug/random-bug.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2014-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2014-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 #include +#include /* snprintf */ + XBT_LOG_NEW_DEFAULT_CATEGORY(random_bug, "Application"); /** An (fake) application with a bug occuring for some random values */