From: Arnaud Giersch Date: Mon, 25 Mar 2013 21:20:34 +0000 (+0100) Subject: Missing include. X-Git-Tag: v3_9_90~412^2~89 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/42052ec087f4e5c10bef91863cf0c63e3d60b0d7?ds=sidebyside Missing include. --- diff --git a/src/smpi/smpi_mpi.c b/src/smpi/smpi_mpi.c index 002ece0cfe..bb04f50876 100644 --- a/src/smpi/smpi_mpi.c +++ b/src/smpi/smpi_mpi.c @@ -5,6 +5,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" +#include "simgrid/sg_config.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_mpi, smpi, "Logging specific to SMPI (mpi)");