X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..61ab70f5ec5869d57fb0712101280e304d38dcbc:/src/xbt/ex_interface.h diff --git a/src/xbt/ex_interface.h b/src/xbt/ex_interface.h index cef5284762..3c7599e5f3 100644 --- a/src/xbt/ex_interface.h +++ b/src/xbt/ex_interface.h @@ -11,10 +11,18 @@ #ifndef _XBT_EX_INTERFACE_H_ #define _XBT_EX_INTERFACE_H_ +#include + +#include +#include + #include "xbt/base.h" -#include "xbt/ex.h" +#include "xbt/backtrace.h" + +namespace simgrid { +namespace xbt { -/* Change raw libc symbols to file names and line numbers */ -XBT_PRIVATE void xbt_ex_setup_backtrace(xbt_ex_t * e); +} +} #endif /* _XBT_EX_INTERFACE_H_ */