X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/121e1dc6ee0462b6f6f1f1570b0f48c61ee4ff9a..7ef49c428ab0209965a09a36ab28b59789aaa4b5:/src/mc/PageStore.cpp diff --git a/src/mc/PageStore.cpp b/src/mc/PageStore.cpp index a8e149aeb4..56c33d47f9 100644 --- a/src/mc/PageStore.cpp +++ b/src/mc/PageStore.cpp @@ -12,9 +12,9 @@ # define MAP_POPULATE MAP_PREFAULT_READ #endif -#include -#include -#include +#include "xbt/base.h" +#include "xbt/log.h" +#include "xbt/sysdep.h" #include "src/internal_config.h" @@ -224,7 +224,7 @@ XBT_TEST_SUITE("mc_page_store", "Page store"); XBT_TEST_UNIT("base", test_mc_page_store, "Test adding/removing pages in the store") { using simgrid::mc::PageStore; - + xbt_test_add("Init"); std::size_t pagesize = (size_t) getpagesize(); std::unique_ptr store