X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5eaa2e76fc9d94522be518c523fca680ebed5288..889feae88480ad5ac3edfa33e4060638b7ff68d5:/src/mc/remote/mc_protocol.h diff --git a/src/mc/remote/mc_protocol.h b/src/mc/remote/mc_protocol.h index 16134aa698..39b5aa7a5d 100644 --- a/src/mc/remote/mc_protocol.h +++ b/src/mc/remote/mc_protocol.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2020. 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. */ @@ -8,8 +8,9 @@ #include "mc/datatypes.h" #include "simgrid/forward.h" +#include "stdint.h" -SG_BEGIN_DECL() +SG_BEGIN_DECL // ***** Environment variables for passing context to the model-checked process @@ -108,6 +109,6 @@ struct s_mc_message_actor_enabled_t { XBT_PRIVATE const char* MC_message_type_name(enum e_mc_message_type type); -SG_END_DECL() +SG_END_DECL #endif