1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

libunwind: Include header for dl_unwind_find_exidx for ARM EHABI

This commit is contained in:
Ed Maste 2016-01-06 19:41:06 +00:00
parent f548a62da9
commit 0d7911c03b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293247

View File

@ -37,6 +37,7 @@ namespace libunwind {
#if _LIBUNWIND_ARM_EHABI
#if defined(__FreeBSD__)
#include <sys/link_elf.h>
typedef void *_Unwind_Ptr;
#elif defined(__linux__)