patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / ptrace.h
index 53132cd..7a6fdcf 100644 (file)
@@ -74,6 +74,8 @@
 
 #include <linux/compiler.h>            /* For unlikely.  */
 #include <linux/sched.h>               /* For struct task_struct.  */
+#include <linux/vs_base.h>
+#include <linux/vs_context.h>
 
 extern int ptrace_readdata(struct task_struct *tsk, unsigned long src, char __user *dst, int len);
 extern int ptrace_writedata(struct task_struct *tsk, char __user *src, unsigned long dst, int len);