X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18fd03bb84ea54b81f11bc9d8857d36e57e27485..bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed:/teshsuite/msg/io-file/io-file.c diff --git a/teshsuite/msg/io-file/io-file.c b/teshsuite/msg/io-file/io-file.c index 2c22834a82..2b445832d8 100644 --- a/teshsuite/msg/io-file/io-file.c +++ b/teshsuite/msg/io-file/io-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ @@ -6,6 +6,8 @@ #include "simgrid/msg.h" #include "simgrid/plugins/file_system.h" +#include /* SEEK_SET */ + XBT_LOG_NEW_DEFAULT_CATEGORY(io_file, "Messages specific for this io example"); static int host(int argc, char* argv[])