Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorder file lists in lexical order.
[simgrid.git] / src / mc / mc_private.h
index 519e708..2aa95d5 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef MC_PRIVATE_H
 #define MC_PRIVATE_H
 
+#include "simgrid_config.h"
 #include <stdio.h>
 #include <sys/mman.h>
 #include "mc/mc.h"
@@ -153,7 +154,7 @@ struct mstats {
 #define MC_SET_RAW_MEM    mmalloc_set_current_heap(raw_heap)
 #define MC_UNSET_RAW_MEM  mmalloc_set_current_heap(std_heap)
 
-int raw_mem_set;
+extern int raw_mem_set;
 
 /******************************* MEMORY MAPPINGS ***************************/
 /* These functions and data structures implements a binary interface for   */