From: Martin Quinson Date: Mon, 25 Apr 2016 11:18:50 +0000 (+0200) Subject: this file should be compilable in C X-Git-Tag: v3_13~34^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/185ea1a06ab5575059a876b0b6f46d5d2b0bd3ae?ds=sidebyside this file should be compilable in C --- diff --git a/include/simgrid/s4u/mailbox.hpp b/include/simgrid/s4u/mailbox.hpp index 4ee1d810f4..387f63b6d8 100644 --- a/include/simgrid/s4u/mailbox.hpp +++ b/include/simgrid/s4u/mailbox.hpp @@ -2,15 +2,16 @@ /* 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. */ -#ifdef __cplusplus #ifndef SIMGRID_S4U_MAILBOX_HPP #define SIMGRID_S4U_MAILBOX_HPP -#include - #include #include + +#ifdef __cplusplus + +# include #include namespace simgrid {