From b54dbc56ee908d1d0ca3736a7d09129eba11db9e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 20 Sep 2016 18:28:01 +0000 Subject: When _LIBUNWIND_ARM_EHABI is defined, include to get the dl_unwind_find_exidx prototype. ok guenther@ --- lib/libunwind/src/AddressSpace.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libunwind/src/AddressSpace.hpp b/lib/libunwind/src/AddressSpace.hpp index a691c36438d..56c89e8dfe8 100644 --- a/lib/libunwind/src/AddressSpace.hpp +++ b/lib/libunwind/src/AddressSpace.hpp @@ -37,6 +37,7 @@ namespace libunwind { #if _LIBUNWIND_ARM_EHABI #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) +#include typedef void *_Unwind_Ptr; #elif defined(__linux__) -- cgit v1.2.3