mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-10 02:20:07 +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:
parent
197571915c
commit
c01ea3f6d6
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ struct dwarf_cursor; /* forward-declaration */
|
||||||
|
|
||||||
#include "dwarf-config.h"
|
#include "dwarf-config.h"
|
||||||
#include <link.h>
|
#include <link.h>
|
||||||
|
#include <pthread.h>
|
||||||
|
|
||||||
/* DWARF expression opcodes. */
|
/* DWARF expression opcodes. */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue