commit | ec97c3f0246680c77a2f9d72e0f1600f799e1754 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 27 21:15:07 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 26 18:34:59 2014 +0000 |
tree | 6d5a417b2c338186bab1ffd102b58696760ca9d2 | |
parent | a4a28d90f30dad54a7851176ddffee435d75f83f [diff] | |
parent | 93e7b9f3eaf19aee6eac24b095982f5e25313535 [diff] |
Merge "asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9."
diff --git a/libc/include/signal.h b/libc/include/signal.h index 0063b24..f1849c5 100644 --- a/libc/include/signal.h +++ b/libc/include/signal.h
@@ -34,6 +34,7 @@ #include <limits.h> /* For LONG_BIT */ #include <string.h> /* For memset() */ #include <sys/types.h> +#include <asm/sigcontext.h> #if defined(__LP64__) || defined(__mips__) /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one,