X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/878020909e91d141e57373397d8dede76c5fde03..12f12e7dafa14a7103a293ff1969076f8d10eed6:/src/simix/popping_private.h diff --git a/src/simix/popping_private.h b/src/simix/popping_private.h index c563ac8713..71bd4ed173 100644 --- a/src/simix/popping_private.h +++ b/src/simix/popping_private.h @@ -8,6 +8,7 @@ #define _POPPING_PRIVATE_H #include +#include SG_BEGIN_DECL() @@ -15,7 +16,6 @@ SG_BEGIN_DECL() XBT_PUBLIC_DATA(const char*) simcall_names[]; /* Name of each simcall */ #include "popping_enum.h" /* Definition of e_smx_simcall_t, with one value per simcall */ -#include "src/mc/mc_forward.h" /* Definition of mc_snapshot_t, used by one simcall */ typedef int (*simix_match_func_t)(void *, void *, smx_synchro_t); typedef void (*simix_copy_data_func_t)(smx_synchro_t, void*, size_t);