From: Gabriel Corona Date: Mon, 29 Jun 2015 08:25:40 +0000 (+0200) Subject: Add some #includes X-Git-Tag: v3_12~550 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a6cfbb1f3aefdb686ce955601ddf20391fa0fe45?ds=sidebyside Add some #includes --- diff --git a/src/mc/mc_mmu.h b/src/mc/mc_mmu.h index 71870e7487..f097daccdd 100644 --- a/src/mc/mc_mmu.h +++ b/src/mc/mc_mmu.h @@ -10,6 +10,7 @@ #include #include +#include #include #include diff --git a/src/xbt/backtrace_linux.c b/src/xbt/backtrace_linux.c index b32ec96cb0..14b77aa0ce 100644 --- a/src/xbt/backtrace_linux.c +++ b/src/xbt/backtrace_linux.c @@ -7,8 +7,12 @@ /* 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 + /* This file is to be included in ex.c, so the following headers are not mandatory, but it's to make sure that eclipse see them too */ #include "xbt/ex.h" +#include "xbt/log.h" #include "xbt/str.h" #include "xbt/module.h" /* xbt_binary_name */ #include "xbt_modinter.h" /* backtrace initialization headers */