From 4c35ba7730db5b95bd1404e8a334b7c8e2a9834b Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Fri, 11 Apr 2014 13:09:24 -0700 Subject: Fix mips64el-linux-android-4.8 build with new android-20 headers In the new header, signal.h no longer includes asm/sigcontext.h which provide truct sigcontext Change-Id: Ic8d6545ddd68e7512d69a4fabe2caf94723dfb2d --- gcc-4.8/libgcc/config/mips/linux-unwind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc-4.8/libgcc') diff --git a/gcc-4.8/libgcc/config/mips/linux-unwind.h b/gcc-4.8/libgcc/config/mips/linux-unwind.h index a00979719..44a5f7225 100644 --- a/gcc-4.8/libgcc/config/mips/linux-unwind.h +++ b/gcc-4.8/libgcc/config/mips/linux-unwind.h @@ -27,6 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see state data appropriately. See unwind-dw2.c for the structs. */ #include +#include #include /* The third parameter to the signal handler points to something with -- cgit v1.2.3