Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some #includes
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 29 Jun 2015 08:25:40 +0000 (10:25 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 29 Jun 2015 08:25:40 +0000 (10:25 +0200)
src/mc/mc_mmu.h
src/xbt/backtrace_linux.c

index 71870e7..f097dac 100644 (file)
@@ -10,6 +10,7 @@
 #include <stdint.h>
 #include <stdbool.h>
 
 #include <stdint.h>
 #include <stdbool.h>
 
+#include <xbt/asserts.h>
 #include <xbt/misc.h>
 
 #include <simgrid_config.h>
 #include <xbt/misc.h>
 
 #include <simgrid_config.h>
index b32ec96..14b77aa 100644 (file)
@@ -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. */
 
 /* 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 <execinfo.h>
+#include <sys/stat.h>
+
 /* 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"
 /* 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 */
 #include "xbt/str.h"
 #include "xbt/module.h"         /* xbt_binary_name */
 #include "xbt_modinter.h"       /* backtrace initialization headers */