Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc: reduce the visibility of <dwarf.h> by a tiny bit
[simgrid.git] / src / mc / inspect / Type.hpp
index 4ae29aa..ff9642f 100644 (file)
@@ -11,6 +11,9 @@
 #include <string>
 #include <vector>
 
 #include <string>
 #include <vector>
 
+#define DW_LANG_Objc DW_LANG_ObjC /* fix spelling error in older dwarf.h */
+#include <dwarf.h>
+
 #include "xbt/asserts.h"
 #include "xbt/base.h"
 
 #include "xbt/asserts.h"
 #include "xbt/base.h"