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 <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,