diff options
Diffstat (limited to 'arch/um/include/asm/ptrace-x86_64.h')
-rw-r--r-- | arch/um/include/asm/ptrace-x86_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/ptrace-x86_64.h b/arch/um/include/asm/ptrace-x86_64.h index 4c475350dcf0..2653fbaa352e 100644 --- a/arch/um/include/asm/ptrace-x86_64.h +++ b/arch/um/include/asm/ptrace-x86_64.h | |||
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | #include "linux/compiler.h" | 10 | #include "linux/compiler.h" |
11 | #include "asm/errno.h" | 11 | #include "asm/errno.h" |
12 | #include "asm/host_ldt.h" | 12 | #include <sysdep/host_ldt.h> |
13 | 13 | ||
14 | #define __FRAME_OFFSETS /* Needed to get the R* macros */ | 14 | #define __FRAME_OFFSETS /* Needed to get the R* macros */ |
15 | #include "asm/ptrace-generic.h" | 15 | #include "asm/ptrace-generic.h" |