From: Gabriel Corona Date: Mon, 11 Jan 2016 11:55:40 +0000 (+0100) Subject: Fix an #include X-Git-Tag: v3_13~1286 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ab49c23b5c30b28ee4bc50ee9bab683736dea144 Fix an #include --- diff --git a/examples/msg/energy/vm/energy_vm.c b/examples/msg/energy/vm/energy_vm.c index ee2b7fe266..d4aefc4479 100644 --- a/examples/msg/energy/vm/energy_vm.c +++ b/examples/msg/energy/vm/energy_vm.c @@ -4,7 +4,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include +#include #include "simgrid/msg.h" #include "xbt/sysdep.h" /* calloc */