diff options
Diffstat (limited to 'arch/um/sys-i386/shared/sysdep/ptrace.h')
-rw-r--r-- | arch/um/sys-i386/shared/sysdep/ptrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-i386/shared/sysdep/ptrace.h b/arch/um/sys-i386/shared/sysdep/ptrace.h index c4142315f22b..36006994148e 100644 --- a/arch/um/sys-i386/shared/sysdep/ptrace.h +++ b/arch/um/sys-i386/shared/sysdep/ptrace.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #ifndef __SYSDEP_I386_PTRACE_H | 6 | #ifndef __SYSDEP_I386_PTRACE_H |
7 | #define __SYSDEP_I386_PTRACE_H | 7 | #define __SYSDEP_I386_PTRACE_H |
8 | 8 | ||
9 | #include "user_constants.h" | 9 | #include <generated/user_constants.h> |
10 | #include "sysdep/faultinfo.h" | 10 | #include "sysdep/faultinfo.h" |
11 | 11 | ||
12 | #define MAX_REG_NR (UM_FRAME_SIZE / sizeof(unsigned long)) | 12 | #define MAX_REG_NR (UM_FRAME_SIZE / sizeof(unsigned long)) |