X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19e4a01d6e38e856dafa1a08942143a8ec7f5e34..bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed:/teshsuite/msg/actions-storage/actions-storage.c diff --git a/teshsuite/msg/actions-storage/actions-storage.c b/teshsuite/msg/actions-storage/actions-storage.c index e4cfac8c6e..4c6e458582 100644 --- a/teshsuite/msg/actions-storage/actions-storage.c +++ b/teshsuite/msg/actions-storage/actions-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-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 +7,8 @@ #include "simgrid/plugins/file_system.h" #include +#include /* snprintf */ + XBT_LOG_NEW_DEFAULT_CATEGORY(storage_actions, "Messages specific for this example"); static xbt_dict_t opened_files = NULL;