Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move code in simgrid::mc
[simgrid.git] / src / xbt / xbt_log_layout_format.c
index 372ed4e..a541362 100644 (file)
@@ -6,7 +6,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 "src/portable.h"       /* execinfo when available */
+#include "src/internal_config.h"       /* execinfo when available */
 #include "xbt/synchro_core.h"   /* xbt_thread_self_name */
 #include "src/xbt/ex_interface.h"
 #include "xbt/sysdep.h"
@@ -16,7 +16,7 @@
 #include "surf/surf.h"
 #include <stdio.h>
 
-#ifdef HAVE_EXECINFO_H
+#if HAVE_EXECINFO_H
 #  include <execinfo.h> /* Function backtrace */
 #endif