From: cherierm Date: Fri, 21 Sep 2007 16:06:12 +0000 (+0000) Subject: use portable.h X-Git-Tag: v3.3~1107 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9ee8810614e6bd6e779e3d90790aa586fe66c6a9?hp=872cbb10d995d395761a0c059588c24992266f78 use portable.h git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4684 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/workstation.c b/src/surf/workstation.c index 40834c1ce3..9a02483ce4 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -7,7 +7,7 @@ #include "xbt/ex.h" #include "xbt/dict.h" -#include "gras_config.h" +#include "portable.h" #include "workstation_private.h" #include "cpu_private.h" #include "network_private.h"