From: Frederic Suter Date: Tue, 4 Jul 2017 10:12:07 +0000 (+0200) Subject: fix include X-Git-Tag: v3_17~479 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4787d5ff0db7521a1ec770ef2540cd37687d5012 fix include --- diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 4fab7f88f1..9d22568d73 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -8,7 +8,7 @@ #include "simgrid/datatypes.h" #include "simgrid/host.h" -#include "surf/surf.h" +#include "src/include/surf/surf.h" #include "xbt/ex.h" #include "xbt/parmap.h"