diff options
author | Allen Pais <allen.pais@oracle.com> | 2016-10-13 10:06:13 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-11 18:01:51 -0800 |
commit | e8f4aa6087fa80732382881ef7c0c96733bb1984 (patch) | |
tree | 5a1848f14f63641d6d866a1596eddb99c554f21d /include/linux/uprobes.h | |
parent | 69973b830859bc6529a7a0468ba0d80ee5117826 (diff) | |
download | linux-rt-e8f4aa6087fa80732382881ef7c0c96733bb1984.tar.gz |
sparc64:Support User Probes for sparc
Signed-off-by: Eric Saint Etienne <eric.saint.etienne@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/uprobes.h')
-rw-r--r-- | include/linux/uprobes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/uprobes.h b/include/linux/uprobes.h index 4a29c75b146e..0a294e950df8 100644 --- a/include/linux/uprobes.h +++ b/include/linux/uprobes.h @@ -27,6 +27,7 @@ #include <linux/errno.h> #include <linux/rbtree.h> #include <linux/types.h> +#include <linux/wait.h> struct vm_area_struct; struct mm_struct; |