diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/bits/armsigctx.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/bits/armsigctx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/bits/armsigctx.h b/sysdeps/unix/sysv/linux/arm/bits/armsigctx.h index 395e194293..ba78c03a89 100644 --- a/sysdeps/unix/sysv/linux/arm/bits/armsigctx.h +++ b/sysdeps/unix/sysv/linux/arm/bits/armsigctx.h @@ -21,6 +21,8 @@ Fortunately 2.0 puts a magic number in the first word and this is not a legal value for `trap_no', so we can tell them apart. */ +#include <asm/ptrace.h> + union k_sigcontext { struct |