From 6bcd9f539330a64088a3374717e3cae720498bf7 Mon Sep 17 00:00:00 2001 From: navarrop Date: Tue, 18 Jan 2011 14:39:03 +0000 Subject: [PATCH] Protect for windows. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9436 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/parmap.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1