diff options
Diffstat (limited to 'arch/um/sys-i386/shared/sysdep/ptrace_user.h')
-rw-r--r-- | arch/um/sys-i386/shared/sysdep/ptrace_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-i386/shared/sysdep/ptrace_user.h b/arch/um/sys-i386/shared/sysdep/ptrace_user.h index ef56247e4143..e4398a38a8a6 100644 --- a/arch/um/sys-i386/shared/sysdep/ptrace_user.h +++ b/arch/um/sys-i386/shared/sysdep/ptrace_user.h | |||
@@ -9,7 +9,7 @@ | |||
9 | #include <sys/ptrace.h> | 9 | #include <sys/ptrace.h> |
10 | #include <linux/ptrace.h> | 10 | #include <linux/ptrace.h> |
11 | #include <asm/ptrace.h> | 11 | #include <asm/ptrace.h> |
12 | #include "user_constants.h" | 12 | #include <generated/user_constants.h> |
13 | 13 | ||
14 | #define PT_OFFSET(r) ((r) * sizeof(long)) | 14 | #define PT_OFFSET(r) ((r) * sizeof(long)) |
15 | 15 | ||