Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / mc / mc_mmu.h
index 7f601c1..f188da7 100644 (file)
@@ -10,7 +10,8 @@
 #include <stdint.h>
 #include <stdbool.h>
 
-#include "mc_private.h"
+extern int xbt_pagesize;
+extern int xbt_pagebits;
 
 /** @brief How many memory pages are necessary to store size bytes?
  *