Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changelog update
[simgrid.git] / teshsuite / msg / process-yield / process-yield.c
index ada22e374d5cc9b90f244c72f6a15ef66c5b9edd..e8beb07792d17266b4949c9bc80e914796abda95 100644 (file)
@@ -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 <stdio.h> /* snprintf */
+
 /* This example does not much: It just spans over-polite processes that yield a large amount
  * of time before ending.
  *