From a6cfbb1f3aefdb686ce955601ddf20391fa0fe45 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 29 Jun 2015 10:25:40 +0200 Subject: [PATCH] Add some #includes --- src/mc/mc_mmu.h | 1 + src/xbt/backtrace_linux.c | 4 ++++ 2 files changed, 5 insertions(+) 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 */ -- 2.20.1