X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3922ecf35babad02cc4ad9d5ad3a7fcb4e7eeabd..0ae0dc6c811f90a65c57d3b551424d326e2da264:/teshsuite/msg/process-yield/process-yield.c diff --git a/teshsuite/msg/process-yield/process-yield.c b/teshsuite/msg/process-yield/process-yield.c index ada22e374d..e8beb07792 100644 --- a/teshsuite/msg/process-yield/process-yield.c +++ b/teshsuite/msg/process-yield/process-yield.c @@ -1,10 +1,12 @@ -/* Copyright (c) 2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-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 "simgrid/msg.h" +#include /* snprintf */ + /* This example does not much: It just spans over-polite processes that yield a large amount * of time before ending. *