diff options
Diffstat (limited to 'include/linux/ptrace.h')
-rw-r--r-- | include/linux/ptrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h index c2f1f6a5fcb8..753ee8b62335 100644 --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h | |||
@@ -113,6 +113,7 @@ | |||
113 | #include <linux/compiler.h> /* For unlikely. */ | 113 | #include <linux/compiler.h> /* For unlikely. */ |
114 | #include <linux/sched.h> /* For struct task_struct. */ | 114 | #include <linux/sched.h> /* For struct task_struct. */ |
115 | #include <linux/err.h> /* for IS_ERR_VALUE */ | 115 | #include <linux/err.h> /* for IS_ERR_VALUE */ |
116 | #include <linux/bug.h> /* For BUG_ON. */ | ||
116 | 117 | ||
117 | 118 | ||
118 | extern long arch_ptrace(struct task_struct *child, long request, | 119 | extern long arch_ptrace(struct task_struct *child, long request, |