diff options
Diffstat (limited to 'arch/ppc64/kernel/vdso64/sigtramp.S')
-rw-r--r-- | arch/ppc64/kernel/vdso64/sigtramp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/vdso64/sigtramp.S b/arch/ppc64/kernel/vdso64/sigtramp.S index 8ae8f205e470..31b604ab56de 100644 --- a/arch/ppc64/kernel/vdso64/sigtramp.S +++ b/arch/ppc64/kernel/vdso64/sigtramp.S | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <asm/ppc_asm.h> | 15 | #include <asm/ppc_asm.h> |
16 | #include <asm/unistd.h> | 16 | #include <asm/unistd.h> |
17 | #include <asm/vdso.h> | 17 | #include <asm/vdso.h> |
18 | #include <asm/ptrace.h> /* XXX for __SIGNAL_FRAMESIZE */ | ||
18 | 19 | ||
19 | .text | 20 | .text |
20 | 21 | ||