Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
empty portable.h and spread the include in files
[simgrid.git] / src / xbt / xbt_log_layout_format.c
index b40d634..d1931aa 100644 (file)
 #include "surf/surf.h"
 #include <stdio.h>
 
+#ifdef HAVE_EXECINFO_H
+#  include <execinfo.h> /* Function backtrace */
+#endif
+
 extern const char *xbt_log_priority_names[8];
 
 static double format_begin_of_time = -1;