Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Default ctor is good enough.
[simgrid.git] / src / mc / remote / mc_protocol.h
index 16134aa..3bf8823 100644 (file)
@@ -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