From 1657f21a5d6f8acc62a892f71746505a5fbce74c Mon Sep 17 00:00:00 2001 From: velho Date: Wed, 25 Jun 2008 15:08:04 +0000 Subject: [PATCH] include portable.h at the right location (Yes, we really need it here...). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5815 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/include/surf/surf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 97c9d91f16..308dd05735 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -12,6 +12,7 @@ #include "xbt/dynar.h" #include "xbt/dict.h" #include "xbt/misc.h" +#include "portable.h" SG_BEGIN_DECL() -- 2.20.1