From 58919f07d45859796695cf5ca902aaacee867ce0 Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 27 Feb 2014 11:03:25 +0000 Subject: [PATCH] Fix ARM exception building. Patch by Patryk Laurent! --- unwind-arm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unwind-arm.h b/unwind-arm.h index 385abab..fa89e8c 100644 --- a/unwind-arm.h +++ b/unwind-arm.h @@ -1,3 +1,5 @@ +#include + /** * ARM-specific unwind definitions. These are taken from the ARM EHABI * specification.