From 7311f8beae83bc8348ecf58c083c5ead9af8d7f2 Mon Sep 17 00:00:00 2001 From: cherierm Date: Tue, 26 Sep 2006 15:07:19 +0000 Subject: [PATCH] Removes the gras_config.h inclusion, adds the portable.h inclusion for win32 portability. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2826 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/DataDesc/datadesc_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gras/DataDesc/datadesc_private.h b/src/gras/DataDesc/datadesc_private.h index 9ead1f7941..72557482c7 100644 --- a/src/gras/DataDesc/datadesc_private.h +++ b/src/gras/DataDesc/datadesc_private.h @@ -20,7 +20,7 @@ #include "xbt/dict.h" #include "xbt/set.h" -#include "gras_config.h" /* GRAS_THISARCH */ +#include "portable.h" /* GRAS_THISARCH */ #include "gras/transport.h" /* socket handling */ -- 2.20.1