This is required for the pthread_mutex_t type that is beeing used in the dwarf_rs_cache structure.
Signed-off-by: Ken Werner <[email protected]> --- include/dwarf.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/dwarf.h b/include/dwarf.h index 3fe6b48..1d4f5df 100644 --- a/include/dwarf.h +++ b/include/dwarf.h @@ -40,6 +40,7 @@ struct dwarf_cursor; /* forward-declaration */ #include "dwarf-config.h" #include <link.h> +#include <pthread.h> /* DWARF expression opcodes. */ -- 1.7.4.1 _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
