Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include simgrid_config.h before stdio.h to define _GNU_SOURCE if needed.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 4 Jul 2012 11:09:28 +0000 (13:09 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 4 Jul 2012 11:10:56 +0000 (13:10 +0200)
src/mc/mc_private.h

index 9b36857..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"