X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df6f01f7876ff2b5dc12e3eeee31e963955f3d68..717c4b31876300acbf14a58196b5b57538d8ce46:/src/mc/mc_mmu.h diff --git a/src/mc/mc_mmu.h b/src/mc/mc_mmu.h index f188da7446..6740829b8c 100644 --- a/src/mc/mc_mmu.h +++ b/src/mc/mc_mmu.h @@ -10,6 +10,10 @@ #include #include +#include + +SG_BEGIN_DECL() + extern int xbt_pagesize; extern int xbt_pagebits; @@ -68,4 +72,6 @@ bool mc_same_page(void* a, void* b) return ((uintptr_t) a >> xbt_pagebits) == ((uintptr_t) b >> xbt_pagebits); } +SG_END_DECL() + #endif