X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02fbf5e463830a439464adae8626cd4f2dad27fd..9e16470be6ab815e9db9f301760848bb5492dd43:/teshsuite/msg/async-wait/async-wait.c diff --git a/teshsuite/msg/async-wait/async-wait.c b/teshsuite/msg/async-wait/async-wait.c index beb85caca6..826bb5bca1 100644 --- a/teshsuite/msg/async-wait/async-wait.c +++ b/teshsuite/msg/async-wait/async-wait.c @@ -1,10 +1,12 @@ -/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-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. */ #include "simgrid/msg.h" +#include /* snprintf */ + XBT_LOG_NEW_DEFAULT_CATEGORY(msg_async_wait, "Messages specific for this msg example"); /* Main function of the Sender process */