X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d809b28aed8516d8e281c908502638df19e784dd..6d004c352f7b26fba38486001f874e65466b5bee:/src/mc/mc_ignore.hpp diff --git a/src/mc/mc_ignore.hpp b/src/mc/mc_ignore.hpp index 595c04e599..c25b45b0cf 100644 --- a/src/mc/mc_ignore.hpp +++ b/src/mc/mc_ignore.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2019. 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,12 +6,13 @@ #ifndef SIMGRID_MC_IGNORE_HPP #define SIMGRID_MC_IGNORE_HPP +#include "simgrid/forward.h" #include "src/internal_config.h" #if HAVE_UCONTEXT_H #include /* context relative declarations */ -XBT_PUBLIC void MC_register_stack_area(void* stack, smx_actor_t process, ucontext_t* context, size_t size); +XBT_PUBLIC void MC_register_stack_area(void* stack, ucontext_t* context, size_t size); #endif