X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/65a51e93f1cd7c79ba5f90d7417c4b48f1a6a5d8..712c213599a4a608ff1f84b2a58f88f8f35e2b43:/teshsuite/surf/surf_usage/surf_usage.cpp diff --git a/teshsuite/surf/surf_usage/surf_usage.cpp b/teshsuite/surf/surf_usage/surf_usage.cpp index 11f4c7ee54..fb33bb5739 100644 --- a/teshsuite/surf/surf_usage/surf_usage.cpp +++ b/teshsuite/surf/surf_usage/surf_usage.cpp @@ -6,6 +6,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "surf/surf.h" +#include "simgrid/host.h" #include "simgrid/s4u/host.hpp" #include "simgrid/sg_config.h" #include "src/surf/cpu_interface.hpp" @@ -119,6 +120,5 @@ int main(int argc, char **argv) XBT_DEBUG("Simulation Terminated"); - surf_exit(); return 0; }