From 93e7b9f3eaf19aee6eac24b095982f5e25313535 Mon Sep 17 00:00:00 2001 From: Raghu Gandham Date: Wed, 25 Jun 2014 17:58:48 -0700 Subject: [PATCH] asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9. Change-Id: Ie36b68d1260a656056f66a67750232a7da78c61f Signed-off-by: Steve Ellcey --- libc/include/signal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/signal.h b/libc/include/signal.h index 0063b2495..f1849c5d4 100644 --- a/libc/include/signal.h +++ b/libc/include/signal.h @@ -34,6 +34,7 @@ #include /* For LONG_BIT */ #include /* For memset() */ #include +#include #if defined(__LP64__) || defined(__mips__) /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,