From: Arnaud Giersch Date: Wed, 4 Jul 2012 11:09:28 +0000 (+0200) Subject: Include simgrid_config.h before stdio.h to define _GNU_SOURCE if needed. X-Git-Tag: v3_8~348 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1d6bce8638cc01a31124a3b9e7d566f4a036f403 Include simgrid_config.h before stdio.h to define _GNU_SOURCE if needed. --- diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 9b36857fca..2aa95d5b08 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -6,6 +6,7 @@ #ifndef MC_PRIVATE_H #define MC_PRIVATE_H +#include "simgrid_config.h" #include #include #include "mc/mc.h"