X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b487d5a9259b88670b8cd97e9c16e4b000c11008..e5149b6787696e0041d192b0573dd0882a296c73:/src/mc/mc_member.c diff --git a/src/mc/mc_member.c b/src/mc/mc_member.c index ff7667d8a7..b5ee0690f0 100644 --- a/src/mc/mc_member.c +++ b/src/mc/mc_member.c @@ -4,6 +4,7 @@ /* 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. */ +#include "mc_object_info.h" #include "mc_private.h" /** Resolve snapshot in the process address space @@ -38,4 +39,3 @@ void *mc_member_resolve(const void *base, dw_type_t type, dw_type_t member, else return (void *) state.stack[state.stack_size - 1]; } -