1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-02-02 04:52:53 +01:00

Have dwarf.h include pthread.h

This is required for the pthread_mutex_t type that is beeing used in the
dwarf_rs_cache structure.

Signed-off-by: Ken Werner <ken.werner@linaro.org>
This commit is contained in:
Ken Werner 2011-09-09 09:16:09 +00:00 committed by Arun Sharma
parent 197571915c
commit c01ea3f6d6

View file

@ -40,6 +40,7 @@ struct dwarf_cursor; /* forward-declaration */
#include "dwarf-config.h"
#include <link.h>
#include <pthread.h>
/* DWARF expression opcodes. */