Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include (HAVE_MREMAP).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 28 May 2019 08:53:45 +0000 (10:53 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 28 May 2019 08:53:45 +0000 (10:53 +0200)
src/mc/sosp/PageStore.cpp

index 98c9308..6cb9b5e 100644 (file)
@@ -8,6 +8,7 @@
 #define MAP_POPULATE MAP_PREFAULT_READ
 #endif
 
+#include "src/internal_config.h"
 #include "xbt/log.h"
 #include "xbt/sysdep.h"