BUG: headers with BUG/BUG_ON etc. need linux/bug.h
[deliverable/linux.git] / include / linux / ptrace.h
index c2f1f6a5fcb8a67f52c90c8397c7384534d3010a..753ee8b6233556f78e7696d9dea0d653ee20098b 100644 (file)
 #include <linux/compiler.h>            /* For unlikely.  */
 #include <linux/sched.h>               /* For struct task_struct.  */
 #include <linux/err.h>                 /* for IS_ERR_VALUE */
+#include <linux/bug.h>                 /* For BUG_ON.  */
 
 
 extern long arch_ptrace(struct task_struct *child, long request,
This page took 0.025321 seconds and 5 git commands to generate.