Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : really fix mc dependancies with MC ON or OFF
[simgrid.git] / src / include / mc / datatypes.h
index d38acbd..be00ce8 100644 (file)
 #include "xbt/swag.h"
 #include "xbt/fifo.h"
 
+#if HAVE_MC
+#include <libunwind.h>
+#include <dwarf.h>
+#endif 
+
 SG_BEGIN_DECL()
 
 /******************************* Transitions **********************************/