From: navarrop Date: Tue, 18 Jan 2011 14:39:03 +0000 (+0000) Subject: Protect for windows. X-Git-Tag: v3.6_beta2~492 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6bcd9f539330a64088a3374717e3cae720498bf7?ds=sidebyside Protect for windows. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9436 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/parmap.c b/src/xbt/parmap.c index 3012cabce4..fcf8857aff 100644 --- a/src/xbt/parmap.c +++ b/src/xbt/parmap.c @@ -5,7 +5,10 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "gras_config.h" #include +#ifndef _XBT_WIN32 #include +#endif + #ifdef HAVE_FUTEX_H #include #else