From 7acf5dc4f0e82e30634e875e783c0af3815770ba Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 19 Jan 2016 15:07:18 +0100 Subject: [PATCH 1/1] Fix #include --- examples/msg/energy/consumption/energy_consumption.c | 2 +- examples/msg/sendrecv/sendrecv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/msg/energy/consumption/energy_consumption.c b/examples/msg/energy/consumption/energy_consumption.c index d523bbc132..4203820259 100644 --- a/examples/msg/energy/consumption/energy_consumption.c +++ b/examples/msg/energy/consumption/energy_consumption.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 */ diff --git a/examples/msg/sendrecv/sendrecv.c b/examples/msg/sendrecv/sendrecv.c index d889a34cdd..63b14f713a 100644 --- a/examples/msg/sendrecv/sendrecv.c +++ b/examples/msg/sendrecv/sendrecv.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" /* Yeah! If you want to use msg, you need to include simgrid/msg.h */ #include "xbt/sysdep.h" /* calloc */ -- 2.20.1