diff options
author | Javier Martinez Canillas <javier@dowhile0.org> | 2018-02-25 23:25:34 +0100 |
---|---|---|
committer | Javier Martinez Canillas <javier@dowhile0.org> | 2018-02-25 23:25:34 +0100 |
commit | 6a267d41abc33e3a1913d73201ea6faeea8fd261 (patch) | |
tree | 38a40b1e11a544bd0aedc8b65c896160ff819bb2 | |
parent | d7ec71f703e12cec7bd6b14a7b920a01d2c90886 (diff) | |
download | ldd3-6a267d41abc33e3a1913d73201ea6faeea8fd261.tar.gz |
scull: Include <linux/sched/signal.h> for struct signal_struct
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
-rw-r--r-- | scull/access.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scull/access.c b/scull/access.c index d42fc5c..e73b2ab 100644 --- a/scull/access.c +++ b/scull/access.c @@ -30,6 +30,7 @@ #include <linux/list.h> #include <linux/cred.h> /* current_uid(), current_euid() */ #include <linux/sched.h> +#include <linux/sched/signal.h> #include "scull.h" /* local definitions */ |